Crate cuid_util

Source
Expand description

Common utility functions for CUID generation

Traits§

ToBase36
Trait for types that can be converted to base 36.

Functions§

to_base_36
Converts any number representable as a u128 into a base36 String.