[][src]Module hexutil::unstable

Unstable traits and functions.

All traits and functions in this module are unstable. They could change in the future.

Modules

serde

Functions required to implement serde traits.

Traits

FromHexCore

Create a type from a binary or hexadecimal representation.

ToHexCore

Convert a type to a binary or hexadecimal representation.

Functions

decode_hex

Decode a hexadecimal value into a binary buffer.

encode_hex

Encode a binary value into the buffer as a hexadecimal representation.

with_hex_str

Get a reference to the hexadecimal representation of a value.