Docs.rs
hex-conservative-0.3.0
hex-conservative 0.3.0
Permalink
Docs.rs crate page
CC0-1.0
Links
Repository
crates.io
Source
Owners
apoelstra
Dependencies
arrayvec ^0.7.2
normal
serde ^1.0
normal
optional
serde ^1.0.156
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
hex_
conservative
0.3.0
Module error
Module Items
Structs
Enums
In crate hex_
conservative
hex_conservative
Module
error
Copy item path
Source
Expand description
Error code for the
hex-conservative
crate.
Structs
§
Invalid
Char
Error
Invalid hex character.
Invalid
Length
Error
Tried to parse fixed-length hash from a string with the wrong length.
OddLength
String
Error
Purported hex string had odd length.
Enums
§
HexTo
Array
Error
Hex decoding error.
HexTo
Bytes
Error
Hex decoding error.