snap_cli-0.1.2 has been yanked.
Snap
Snap is a lightweight and efficient command-line argument handler, inspired by clap.
Features
- Ease of Use: Simple and intuitive API for defining command-line arguments.
- Performance: Optimized for fast argument parsing.
- Customizability: Flexible configuration options to tailor argument parsing to your needs.
- Error Handling: Comprehensive and user-friendly error messages.
- Help Message Generation: Automatic generation of help and usage messages.
Installation
Add this to your Cargo.toml:
[]
= "0.1.2"
Usage Here's a simple example of how to use Snap:
use App;
Examples
More detailed examples can be found in the examples directory.
use App;
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests.
License
This project is licensed under the MIT License.