Module domain::utils::base16::serde

source ·
Expand description

Serialize and deserialize octets Base 16 encoded or binary.

This module can be used with Serde’s with attribute. It will serialize an octets sequence as a Base 16 encoded string with human readable serializers or as a raw octets sequence for compact serializers.

Functions§