| Crates.io | fake_email_generator |
| lib.rs | fake_email_generator |
| version | 0.1.0 |
| created_at | 2023-04-17 02:46:23.978412+00 |
| updated_at | 2023-04-17 02:46:23.978412+00 |
| description | A fake email generator |
| homepage | https://github.com/drselump14/fake_email_generator |
| repository | https://github.com/drselump14/fake_email_generator |
| max_upload_size | |
| id | 841089 |
| size | 4,482 |
Fake Email Generator is a Rust-powered command-line utility that can be used to generate fake email addresses for testing purposes on local development environments.
To install the Fake Email Generator binary, you'll need [Cargo](https://doc.rust-lang.org/cargo/getting-started/in stallation.html) installed on your system. Once you have Cargo installed, you can install the binary with the following command:
cargo install fake_email_generator
After installing the binary, you can use it on the command line by typing
fake_email_generator
Sample output:
jane.doe@example.net
This project is licensed under the MIT License