File: README.md

package info (click to toggle)
rust-gumdrop 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 172 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 398 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# `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.7"
```

## 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.