Module hex::serde[][src]

This is supported on crate feature serde only.

Hex encoding with serde.

Functions

deserialize

Deserializes a hex string into raw bytes.

serialize

Serializes data as hex string using lowercase characters.

serialize_upper

Serializes data as hex string using uppercase characters.