pessoa 0.1.1

Library for generating fake identities/user data in different languages. The crate is named after the Portuguese word for 'person'.
Documentation
1
2
3
4
5
6
7
mod faking;
mod identity;

pub use crate::{
    faking::Locale,
    identity::{Address, Identity},
};