mockd

Crates.io MIT licensed Build Status Rust Docs BuyMeaCoffee GitHubSponsors

Update to fakeit, a Rust port of the famous Go fakeit library with more than 130 functions.

Usage

The contact info struct contains a phone number and email string.

```rust let info = mockd::contact::info();

println!("Info: {:#?}", info);

```

Mockd provides mock data in the following categories:

Full documentation is available at docs.rs