person.rs
This crate allows you to create random and unique identities. This crate is also not fully optimized for speed, PRs are welcome.
Usage
Simply create a random identity by calling the Person::random function:
use Person;
let person = random;
Create a random person that's legally allowed to drink:
use ;
use Person;
// We're using 366 days as a year here to account for leap years and
// to make sure the person is at least 21 years old.
let person = random_with_dob_range;
Or check out what this person might pick as their social media username:
use Person;
println!;