Skip to content

Latest commit

 

History

History

email-validator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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