Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doumanash/arg.rs
Simple Rust code generator for command line argument parsing
https://github.com/doumanash/arg.rs
Last synced: 9 days ago
JSON representation
Simple Rust code generator for command line argument parsing
- Host: GitHub
- URL: https://github.com/doumanash/arg.rs
- Owner: DoumanAsh
- License: other
- Created: 2019-10-16T19:43:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T13:56:47.000Z (3 months ago)
- Last Synced: 2024-10-11T12:48:50.106Z (26 days ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arg
[![Actions Status](https://github.com/DoumanAsh/arg.rs/workflows/Rust/badge.svg)](https://github.com/DoumanAsh/arg.rs/actions)
[![Crates.io](https://img.shields.io/crates/v/arg.svg)](https://crates.io/crates/arg)
[![Documentation](https://docs.rs/arg/badge.svg)](https://docs.rs/crate/arg/)Very simple code generator for command line argument parsing.
No dependencies except proc macro (with its dependencies) used at build time.
## Features
- `std` - Enables utilities that require `std` library.
## Debug
Set env variable `ARG_RS_PRINT_PARSER` to any value except `0` or `false` to print parser result