https://github.com/murarth/gumdrop
Rust option parser with custom derive support
https://github.com/murarth/gumdrop
Last synced: 6 months ago
JSON representation
Rust option parser with custom derive support
- Host: GitHub
- URL: https://github.com/murarth/gumdrop
- Owner: murarth
- License: apache-2.0
- Created: 2017-05-23T03:07:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T16:40:45.000Z (over 1 year ago)
- Last Synced: 2025-10-08T16:20:52.052Z (8 months ago)
- Language: Rust
- Size: 69.3 KB
- Stars: 234
- Watchers: 2
- Forks: 22
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `gumdrop`
Option parser with custom derive support
[Documentation](https://docs.rs/gumdrop/)
## Building
To include `gumdrop` in your project, add the following to your `Cargo.toml`:
```toml
[dependencies]
gumdrop = "0.8"
```
## License
`gumdrop` is distributed under the terms of both the MIT license and the
Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.