simple_parse
Run this command in a terminal, in your project's directory:
cargo add simple_parse
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
simple_parse = "0.6.3"
The simple_parse library will be automatically available globally. Read the simple_parse library documentation.
Back to the crate overview.