Module domain::utils::base32::serde

source ·
Expand description

Serialize and deserialize octets Base64 encoded or binary.

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

Functions