TCFSMFTTTCS 0.1.3

Unsafe, yet fast finite state machine for counting :ty TokenTree clusters in any :ty TokenTree cluster sequence. It works for proc_macro2::TokenStreams too
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.num-traits]
version = "0.2.11"

[dependencies.proc-macro2]
version = "1.0.10"

[package]
authors = ["Dmitrii - Demenev <demenev.dmitriy1@mail.ru>"]
categories = ["development-tools::procedural-macro-helpers", "data-structures"]
description = "Unsafe, yet fast finite state machine for counting :ty TokenTree clusters in any :ty TokenTree cluster sequence. It works for proc_macro2::TokenStreams too"
documentation = "https://docs.rs/TCFSMFTTTCS"
edition = "2018"
keywords = ["macro", "macros", "static", "data-structures"]
license = "MIT"
name = "TCFSMFTTTCS"
readme = "doc/README.md"
repository = "https://github.com/JohnScience/TCFSMFTTTCS"
version = "0.1.3"