This is the README.md file for the 'getopts-long-rs'
project.
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.
Dual licensed: GPL-2.0-or-later OR Apache-2.0
Copyright © 2020 Alan D. Salewski ads@salewski.email
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://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