Go to file
2022-06-19 13:14:40 -07:00
src Somewhat improved structure for how things work. 2022-06-14 21:32:49 -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 Update readme. 2022-06-19 13:14:40 -07:00

Ropt

Latest Release Documentation

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

This crate is intended for the common use case of simple utility-like command line argument parsing. It is explicitly not intended to handle complex command line interfaces (e.g. sub-commands, sophisticated argument interdependencies, etc.). It's just a small, simple crate for basic argument and flag parsing, and that's it.

If you need an everything-and-the-kitchen-sink 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.