pessoa

Crates.iopessoa
lib.rspessoa
version0.1.4
created_at2025-03-21 09:02:15.30473+00
updated_at2025-04-06 17:59:23.367892+00
descriptionLibrary for generating fake identities/user data in different languages. The crate is named after the Portuguese word for 'person'.
homepage
repositoryhttps://github.com/joao-conde/pessoa
max_upload_size
id1600320
size14,290
João Conde (joao-conde)

documentation

README

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);
Commit count: 60

cargo fmt