14 releases (breaking)
Uses old Rust 2015
0.12.0 | Oct 6, 2017 |
---|---|
0.11.0 | Mar 18, 2016 |
0.10.0 | Mar 16, 2016 |
#5 in #argparse
Used in cargo-linebreak
40KB
781 lines
Argonaut
A simple argument parser for Rust.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
A simple argument parsing library.
Lifetimes
'def
: argument definition
The lifetime of argument definition passed to parse
'tar
: target
The lifetime of target pointers used when defining arguments.