[][src]Module rusty_ulid::crockford

Contains functions for encoding and decoding of crockford Base32 strings.

Enums

DecodingError

Error that can occur while decoding a crockford Base32 string.

Functions

append_crockford_u64_tuple

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

append_crockford_u128

Appends the crockford Base32 representation of the u128 to to_append_to.

parse_crockford_u64_tuple

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

parse_crockford_u128

Parses the given crockford Base32 string into a u128.