Module rusty_ulid::crockford[][src]

Expand description

Contains functions for encoding and decoding of crockford Base32 strings.

Enums

Error that can occur while decoding a crockford Base32 string.

Functions

Appends the crockford Base32 representation of the (u64, u64) to to_append_to.

Appends the crockford Base32 representation of the u128 to to_append_to.

Parses the given crockford Base32 string into a (u64, u64).

Parses the given crockford Base32 string into a u128.