2 releases
0.1.1 | Oct 22, 2020 |
---|---|
0.1.0 | Oct 22, 2020 |
#917 in Command-line interface
6KB
getopts-long-rs
This is the README.md file for the 'getopts-long-rs'
project.
Overview
The 'getopts-long-rs' project is intended to provides a Rust library for parsing command line options, with a feature set inspired by Perl's Getopt::Long.
Currently the project is just a stub, established to hold the 'getopts-long' namespace on crates.io.
License
Dual licensed: GPL-2.0-or-later OR Apache-2.0
Copyright © 2020 Alan D. Salewski ads@salewski.email
Other Rust options parsing libraries
This is not an endorsement, but if you are interested in getopts-long-rs
,
you may be interested in one or more of the following projects, as well. These
are some other libraries in the "cli options parsing" space that the
getopts-long-rs
author is aware of. Despite some naming similarities, the
getopts-long-rs
project is not not affiliated with these other projects:
-
getopt
-
getopts
- https://crates.io/crates/getopts
- https://docs.rs/getopts/latest/getopts/
- https://github.com/rust-lang/getopts
This one is used by
rustc
, but usage of it in new projects is disouraged: -
pico-args
-
argh
-
clap
-
gumdrop
-
structopt
-
getopt-long