Expand description
Little crate exporting a generator of identifiers.
Structs
- Identifier generator,it can generate all possible combinations for a table for all possible lengths in order,the default table it’s
DEFAULT_TABLE
.
Constants
- All characters that are in the lower
snake_case
ascii standard. - All characters that are in the upper
SNAKE_CASE
ascii standard.