intid-derive.rs
===============
Implements the [`IntegerId`](https://docs.rs/intid-derive/latest/intid_derive/derive.IntegerId.html) derive macro.
Generally, you want to use the re-export from the `intid` or `idmap` crates.
In the `intid` crate this requires explicitly enabling the `derive` feature.
In the `idmap` crate, the derive feature is on by default.
## License
Licensed under either the [Apache 2.0 License](../LICENSE-APACHE.txt) or [MIT License](../LICENSE-MIT.txt) at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.