Sign in
◑
Theme
gbmc
/
linux
/
refs/heads/linux-rolling-stable
/
.
/
rust
/
zerocopy
/
benches
/
try_read_from_bytes.rs
blob: f8384b32f518b94bf5d1c46e79faf1fe40b8539d [
file
] [
edit
]
#[
path
=
"formats/coco_static_size.rs"
]
mod
format
;
#[
unsafe
(
no_mangle
)]
fn
bench_try_read_from_bytes_static_size
(
source
:
&[
u8
])
->
Option
<
format
::
CocoPacket
>
{
zerocopy
::
TryFromBytes
::
try_read_from_bytes
(
source
).
ok
()
}