7 releases (2 stable)
1.1.0 | Apr 3, 2023 |
---|---|
1.0.0 | Jan 31, 2023 |
0.3.0 | Aug 10, 2021 |
0.2.1 | Sep 21, 2020 |
0.1.1 | Sep 18, 2020 |
#1 in #animal
39 downloads per month
Used in newdir
17KB
573 lines
friendly-zoo
A friendly zoo! Use it to generate neat animal names.
Example
use friendly_zoo::{Species, Zoo};
// default zoo
let animal = Zoo::default().generate();
println!("{}", animal);
// prints e.g. "cheerful_otter"
// build your own zoo!
let animal = Zoo::new(Species::Camel, 3).generate();
println!("{}", animal);
// prints e.g. "PoorBallsyElegantCamel"
FAQ
Why the stupid name?
Some guy is squatting zoo
on crates.io :(
lib.rs
:
A friendly zoo! Use it to generate neat animal names.
Dependencies
~315KB