Module rusty_ulid::crockford [] [src]

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

Appends count number of crockford Base32 digits to to_append_to.

parse_crockford

Parses the given crockford Base32 string into a u64.