Expand description
General-purpose utilities and re-exports.
Modules§
- hex
- Utilities for encoding, decoding, and displaying lowercase hex/base16 formatted data.
Traits§
- Byte
Array - A trait for types represented in memory as a byte array. Should NOT be implemented for types that require validation of the byte array contents.