intid-derive 0.3.8

Procedural macros for the intid crate (prefer re-exports in intid)
Documentation
intid-derive.rs
===============
<!-- cargo-reedme: start -->

<!-- cargo-reedme: info-start

    Do not edit - automatically generated by cargo-reedme

cargo-reedme: info-end -->

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.

<!-- cargo-reedme: end -->

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