id-derive 0.1.0

Derive-based newtype pattern for integral IDs in Rust
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["extra-traits"]
version = "1.0"

[dev-dependencies.macrotest]
version = "0.1"

[dev-dependencies.trybuild]
version = "1.0"

[dev-dependencies.version-sync]
version = "0.8"

[lib]
proc-macro = true

[package]
authors = ["Michal Siedlaczek <michal.siedlaczek@nyu.edu>"]
description = "Derive-based newtype pattern for integral IDs in Rust"
edition = "2018"
keywords = ["derive", "id"]
license = "Apache-2.0/MIT"
name = "id-derive"
readme = "README.md"
repository = "https://github.com/elshize/id-derive"
version = "0.1.0"