Skip to main content

Module base32

Module base32 

Source
Available on crate feature base32 only.

Structs§

Base32SnowFormattersnowflake
A reusable builder that owns the Base32 buffer and formats an ID.
Base32SnowFormatterRefsnowflake
A builder that borrows a user-supplied buffer for Base32 formatting.
Base32UlidFormatterulid
A reusable builder that owns the Base32 buffer and formats an ID.
Base32UlidFormatterRefulid
A builder that borrows a user-supplied buffer for Base32 formatting.

Enums§

Error
Errors that can occur while decoding Crockford Base32 strings.

Traits§

Base32SnowExtsnowflake
Extension trait for Crockford Base32 encoding and decoding of ID types.
Base32UlidExtulid
Extension trait for Crockford Base32 encoding and decoding of ID types.