count-tys 0.1.2

Function-like procedural macro that accepts a comma-delimited :ty TokenTree sequence and returns their count as a constant usize
Documentation
[dependencies.proc-macro-hack]
version = "0.5.15"

[dependencies.quote]
version = "1.0.3"

[dependencies.syn]
version = "1.0.18"

[lib]
proc-macro = true

[package]
authors = ["Dmitrii - Demenev <demenev.dmitriy1@mail.ru>"]
categories = ["development-tools::procedural-macro-helpers"]
description = "Function-like procedural macro that accepts a comma-delimited :ty TokenTree sequence and returns their count as a constant usize"
documentation = "https://docs.rs/count-tys"
edition = "2018"
keywords = ["macro", "macros", "static"]
license = "MIT"
name = "count-tys"
readme = "doc/README.md"
repository = "https://github.com/JohnScience/count_tys"
version = "0.1.2"