pub(crate) const BASE32: Alphabet;Expand description
The base32 alphabet used for encoding Atom hashes.
This uses the RFC4648 hex alphabet without padding, which provides a good balance between readability and compactness for Atom identifiers.
pub(crate) const BASE32: Alphabet;The base32 alphabet used for encoding Atom hashes.
This uses the RFC4648 hex alphabet without padding, which provides a good balance between readability and compactness for Atom identifiers.