Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 552 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 552 Bytes

Email Validator

This Rust Script will apply checks on the Email Addresses which in case turns out to be invalid then we can throw errors and add this feature wherever we think of using Rust as Backend.

Install

  • Get the file on your System.
  • Setup Cargo
  • Run Cargo run and you are good to go.

Dependencies

Script depends on the following crates (downloaded automatically by cargo):

  • regex
  • colored

Running

Build the project using cargo build. The binary will be present in ./target/debug/ytdl.

Author

Harshil Jani