Module parse

Source
Expand description

Hex encoding and decoding.

Re-exports§

pub use crate::error::HexToBytesError;
pub use crate::error::HexToArrayError;

Traits§

FromHex
Trait for objects that can be deserialized from hex strings.