u-num-it 0.3.2

typenum macro for matching types from a given range
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "parsing"]
version = "2"

[dev-dependencies.typenum]
version = "1"

[lib]
name = "u_num_it"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "typenum macro for matching types from a given range"
edition = "2021"
license = "Unlicense"
name = "u-num-it"
readme = "README.md"
repository = "https://github.com/anvlkv/u-num-it"
rust-version = "1.67"
version = "0.3.2"

[[test]]
name = "mod"
path = "tests/mod.rs"