numid 0.2.0

A macro for generating structures which behave like numerical id.
Documentation
[package]
name = "numid"
version = "0.2.0"
authors = ["Nicolas Poelen"]
edition = "2018"

description = "A macro for generating structures which behave like numerical id."
license = "MIT"
keywords = ["macro", "id", "struct", "static"]
categories = ["no-std"]
readme = "README.md"
repository = "https://github.com/powlpy/numid"
documentation = "https://docs.rs/numid"

[features]
default = []
example = []

[package.metadata.docs.rs]
features = [ "example" ]