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

#4 in #argparse


Used in cargo-linebreak

MIT/Apache

40KB
781 lines

Argonaut

A simple argument parser for Rust.

License

Licensed under either of

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.

No runtime deps