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
pub const JOBS_PREFIX: [&str; 7] = [
    "-robot",
    "-laser",
    "-turbo",
    "-space",
    "-steampunk",
    "-jobless",
    "-homeless",
];
pub const ANIMAL_PREFIX: [&str; 8] = [
    "-robot", "-mecha", "-dino", "-laser", "-turbo", "-rocket", "-dressed", "-space",
];