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
[package]
name = "count-tys"
version = "0.1.2"
authors = ["Dmitrii - Demenev <demenev.dmitriy1@mail.ru>"]
edition = "2018"
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"
readme = "doc/README.md"
repository = "https://github.com/JohnScience/count_tys"
license = "MIT"
keywords = ["macro", "macros", "static"]
categories = ["development-tools::procedural-macro-helpers"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
syn = "1.0.18"
quote = "1.0.3"
proc-macro-hack = "0.5.15"

[lib]
proc-macro = true