numid 0.1.1

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

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

[features]
default = []
example = []

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