5 releases
Uses new Rust 2024
new 0.1.4 | Apr 6, 2025 |
---|---|
0.1.3 | Apr 6, 2025 |
0.1.2 | Apr 6, 2025 |
0.1.1 | Mar 21, 2025 |
0.1.0 | Mar 21, 2025 |
#609 in Testing
382 downloads per month
Used in pessoa-cli
7KB
126 lines
Pessoa
A crate to generate fake user profile data, ideal for testing purposes.
Named after the Portuguese word for "person."
Example
// build a new identity with defaults
let identity = Identity::new();
// equivalent to `Identity::new()`
let identity = Identity::default();
// build a new identity with a specific locale
let identity = Identity::with_locale(Locale::PtPt);
Dependencies
~2–2.7MB
~49K SLoC