Docs.rs
rusnap-utils-0.1.0
rusnap-utils 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tiannian
Dependencies
const-hex ^1.9.1
normal
js-sys ^0.3.64
normal
serde ^1.0.189
normal
Versions
37.5%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
deserialize_bytes
rusnap_
utils
0.1.0
In rusnap_
utils::
bytes
rusnap_utils
::
bytes
Function
deserialize_
bytes
Copy item path
Source
pub fn deserialize_bytes<'de, D>(d: D) ->
Result
<
Vec
<
u8
>, D::
Error
>
where D:
Deserializer
<'de>,