argv-lite
A lightweight, ergonomic command-line argument parser for Rust.
Features
- Simple and intuitive API for parsing command-line arguments
- Derive macro support for struct-based argument parsing
- Zero dependencies for core parsing
- Fast compile times and minimal runtime overhead
Usage
Add to your Cargo.toml:
[]
= "0.1"
Example
use ArgvLite;
Documentation
See docs.rs/argv-lite for full API documentation.
License
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Contribution
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.