Docs.rs
eth2_serde_utils-0.1.0
eth2_serde_utils 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
realbigsean
github:sigp:crates-io
Dependencies
hex ^0.4.2
normal
serde ^1.0.116
normal
serde_derive ^1.0.116
normal
serde_json ^1.0.58
dev
Versions
51.85%
of the crate is documented
Platform
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
Skip to main content
deserialize
eth2_
serde_
utils
0.1.0
In eth2_
serde_
utils::
bytes_
4_
hex
eth2_serde_utils
::
bytes_4_hex
Function
deserialize
Copy item path
Source
pub fn deserialize<'de, D>(deserializer: D) ->
Result
<[
u8
;
4
], D::
Error
>
where D:
Deserializer
<'de>,