#macro #count #const #compile-time #blk-count

no-std blk_count_macro

A simple macro for counting a number of comma-separated tokens at compile time

2 releases

0.1.1 Mar 20, 2023
0.1.0 Mar 15, 2023

#66 in #count

23 downloads per month
Used in 2 crates (via tuple_split)

MIT license

3KB

A simple macro for counting a number of comma-separated tokens at compile time

Code originates from the little book of rust macros by DanielKeep. I thought i'd add this as a crate to crates.io so it can easily be imported to any project if needed. No std required. I find it very useful for counting the number of elements when implementing traits for tuples within a macro.

Original macro code: https://danielkeep.github.io/tlborm/book/blk-counting.html

No runtime deps