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