#user #fake #identity

pessoa

Library for generating fake identities/user data in different languages. The crate is named after the Portuguese word for 'person'.

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

Download history 192/week @ 2025-03-17 43/week @ 2025-03-24 140/week @ 2025-03-31

382 downloads per month
Used in pessoa-cli

MIT license

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