Module oysterpack_uid::uid[][src]

Provides a typesafe ULID

Structs

Uid

Represents a ULID for some type T.

Enums

DecodingError

Types of errors that can occur while trying to decode a string into a ulid

Functions

ulid

Returns a new ULID

ulid_str_into_u128

Converts a ULID string representation into u128

ulid_u128

Returns a new ULID

ulid_u128_into_string

Converts a ULID u128 representation into String