cool-id-generator 1.0.1

generates the best ids, which are fun to read and fun to eat
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod adjective;
mod animal;
mod job;
mod names;
mod prefix;

pub use adjective::ADJECTIVES;
pub use animal::ANIMALS;
pub use job::JOBS;
pub use names::NAMES;
pub use prefix::ANIMAL_PREFIX;
pub use prefix::JOBS_PREFIX;