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.
- Get the file on your System.
- Setup Cargo
- Run
Cargo run
and you are good to go.
Script depends on the following crates (downloaded automatically by cargo):
regex
colored
Build the project using cargo build
. The binary will be present in ./target/debug/ytdl
.
Harshil Jani