2 unstable releases
0.2.0 | Oct 27, 2020 |
---|---|
0.1.0 | Oct 26, 2020 |
#10 in #token-tree
3KB
Count Token Trees Macro for Rust
A simple macro for counting tokens.
use count_tts::count_tts;
assert_eq!(
count_tts!(1 2 3 4 5 6 7),
7
);
0.2.0 | Oct 27, 2020 |
---|---|
0.1.0 | Oct 26, 2020 |
#10 in #token-tree
3KB
A simple macro for counting tokens.
use count_tts::count_tts;
assert_eq!(
count_tts!(1 2 3 4 5 6 7),
7
);