gumdrop
To include gumdrop
in your project, add the following to your Cargo.toml
:
toml
[dependencies]
gumdrop = "0.1"
gumdrop_derive = "0.1"
And the following to your crate root:
```rust extern crate gumdrop;
```
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.