rust-faker

Create fake data with rust
🦀 + 😎 = 💖

🚧 (Work In Progress)

Getting Started

```rust extern crate rust_faker;

use rustfaker::{createnames};

fn main() { println!("{:?}", createnames("Adiatma", "Kamarudin", 2).unwrap()); // [Name{ firstname: "Adiatma", lastname: "Kamarudin" }, Name{ firstname: "Adiatma", last_name: "Kamarudin" }] } ```

License

MIT