Crate ident_gen

Source
Expand description

Little crate exporting a generator of identifiers.

Structs§

IdentGen
Identifier generator,it can generate all possible combinations for a table for all possible lengths in order,the default table it’s DEFAULT_TABLE.
IdentGenOwned

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.