Thanks to visit codestin.com
Credit goes to lib.rs

Adding rust_args_parser library as a dependency

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:

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.