faker-rust 0.1.0

A high-performance, locale-aware fake data generator for Rust
Documentation
1
2
3
4
5
6
7
//! Creature generator - generates names for animals, birds, pets, and more.

pub mod animal;
pub mod bird;
pub mod cat;
pub mod dog;
pub mod horse;