Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 485 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 485 Bytes

gumdrop

Option parser with custom derive support

Documentation

Building

To include gumdrop in your project, add the following to your Cargo.toml:

[dependencies]
gumdrop = "0.5"

And the following to your crate root:

#[macro_use] extern crate gumdrop;

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.