Update to fakeit, a Rust port of the famous Go fakeit library with more than 130 functions.
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