Available on crate feature
base32 only.Structs§
- Base32
Snow Formatter snowflake - A reusable builder that owns the Base32 buffer and formats an ID.
- Base32
Snow Formatter Ref snowflake - A builder that borrows a user-supplied buffer for Base32 formatting.
- Base32
Ulid Formatter ulid - A reusable builder that owns the Base32 buffer and formats an ID.
- Base32
Ulid Formatter Ref ulid - A builder that borrows a user-supplied buffer for Base32 formatting.
Enums§
- Error
- Errors that can occur while decoding Crockford Base32 strings.
Traits§
- Base32
Snow Ext snowflake - Extension trait for Crockford Base32 encoding and decoding of ID types.
- Base32
Ulid Ext ulid - Extension trait for Crockford Base32 encoding and decoding of ID types.