Module hex
Expand description
Hex encoding and decoding.
Structs§
- HexIterator
- Iterator over a hex-encoded string slice which decodes hex and yields bytes.
Enums§
- Error
- Hex decoding error.
Traits§
- FromHex
- Trait for objects that can be deserialized from hex strings.