argx 0.1.1

Expressive command-line parsing and configuration for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Command-line parsing, binding, metadata, and generated-code protocols.

pub(crate) mod argv;
pub(crate) mod binding;
pub(crate) mod command;
pub(crate) mod compose;
pub(crate) mod help;
pub(crate) mod protocol;
pub(crate) mod value;
pub(crate) mod value_enum;