Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/murarth/gumdrop

Rust option parser with custom derive support
https://github.com/murarth/gumdrop

Last synced: about 1 month ago
JSON representation

Rust option parser with custom derive support

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.