Expand description
This crates provides a single, easy to use macro, that allows you to actually use concatenated identifiers in Rust.
Macros§
- concat_
idents - This macros makes it possible to concatenate identifiers at compile time and use them as normal.
It’s an extension/replacement of
std::concat_idents
, since in comprassion to the std-solution, the idents here can be used everywhere.