fake_email_generator

Crates.iofake_email_generator
lib.rsfake_email_generator
version0.1.0
sourcesrc
created_at2023-04-17 02:46:23.978412
updated_at2023-04-17 02:46:23.978412
descriptionA fake email generator
homepagehttps://github.com/drselump14/fake_email_generator
repositoryhttps://github.com/drselump14/fake_email_generator
max_upload_size
id841089
size4,482
Slamet Kristanto (drselump14)

documentation

https://github.com/drselump14/fake_email_generator/README.md

README

Fake Email Generator

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.

Installation

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

Usage

After installing the binary, you can use it on the command line by typing

fake_email_generator

Sample output:

jane.doe@example.net

License

This project is licensed under the MIT License

Commit count: 3

cargo fmt