You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
4
+
5
+
## Install
6
+
7
+
- Get the file on your System.
8
+
- Setup Cargo
9
+
- Run `Cargo run` and you are good to go.
10
+
11
+
## Dependencies
12
+
13
+
Script depends on the following crates (downloaded automatically by cargo):
14
+
15
+
-`regex`
16
+
-`colored`
17
+
18
+
## Running
19
+
20
+
Build the project using `cargo build`. The binary will be present in `./target/debug/ytdl`.
0 commit comments