Thanks to visit codestin.com Credit goes to lib.rs
rust_args_parser
Run this command in a terminal, in your project's directory:
cargo add rust-args-parser
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
rust-args-parser = "2.0.0"
The rust_args_parser library will be automatically available globally. Read the rust_args_parser library documentation.
Back to the crate overview.