argv-lite-derive
A procedural macro crate for argv-lite, providing derive macros for ergonomic command-line argument parsing.
Features
- Derive macros for struct-based CLI argument parsing
- Built on top of
synandquote - Designed for use with the
argv-liteecosystem
Usage
Add to your Cargo.toml:
[]
= "0.1"
= "0.1"
Annotate your struct with the derive macro:
use ArgvLite;
Documentation
See docs.rs/argv-lite-derive for full API documentation.
License
Licensed under either of:
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Contribution
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.