Go to file
2022-03-27 12:27:32 -07:00
src Implement methods for adding command line arguments to the parser. 2022-03-27 12:27:32 -07:00
.gitignore First commit. 2022-03-27 11:28:49 -07:00
Cargo.toml First commit. 2022-03-27 11:28:49 -07:00
CHANGELOG.md First commit. 2022-03-27 11:28:49 -07:00
LICENSE-APACHE First commit. 2022-03-27 11:28:49 -07:00
LICENSE-MIT First commit. 2022-03-27 11:28:49 -07:00
README.md First commit. 2022-03-27 11:28:49 -07:00

Ropt

Latest Release Documentation

A simple, zero-dependency command line argument parser for Rust.

This crate is not intended to be everything for everyone. This crate is meant to cover only the basic command line parsing needed by most software, while staying simple and lightweight. If a feature seems to be missing--particularly if it's needed for more sophisticated interfaces--that is likely intentional.

If you need an everything-and-the-kitchen-sink command line argument parser, consider clap.

License

This project is licensed under either of

at your option.

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you will be licensed as above, without any additional terms or conditions.

This crate has zero dependencies, and aims to remain that way. Please adhere to this in any submitted contributions.