drselump14 / fake_email_generator

Fake email generator for testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fake email generator for testing


Languages

Language:Rust 100.0%