Docs.rs
serde-hex-0.1.0
serde-hex 0.1.0
Docs.rs crate page
MIT/Apache-2.0
Links
Repository
crates.io
Source
Owners
forrest-marshall
Dependencies
array-init ^0.0.4
normal
serde ^1.0
normal
smallvec ^0.6
normal
serde_derive ^1.0
dev
serde_json ^1.0
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
serde_
hex
0.1.0
Module types
Module Items
Enums
Type Aliases
In crate serde_
hex
serde_hex
Module
types
Copy item path
Source
Expand description
Miscellaneous type used by this crate.
Enums
§
Error
top-level error kind of this crate
Parse
HexError
error raised during hexadecimal parsing operations
Type Aliases
§
Result
An alias of
std::result::Result
with this crate’s
Error
type inserted by default.