Module hex

Expand description

Hex encoding and decoding.

Structs§

HexIterator
Iterator over a hex-encoded string slice which decodes hex and yields bytes.
HexWriter
A struct implementing io::Write that converts what’s written to it into a hex String.

Enums§

Error
Hex decoding error.

Traits§

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

Functions§

format_hex
Outputs hex into an object implementing fmt::Write.
format_hex_reverse
Outputs hex in reverse order.