6 releases
0.3.0 | May 29, 2023 |
---|---|
0.2.3 | May 29, 2023 |
0.1.0 | May 29, 2023 |
#23 in #ident
31 downloads per month
Used in 2 crates
4KB
Concatenates identifiers.
Yet again, I am making a crate with the amount of code that is actually necessary: <50 SLOC, 0 dependencies.
use ident_concat::ident;
let ident!(a b) = 4;
assert_eq!(ab, ident!(a b));