6 releases

0.3.0 May 29, 2023
0.2.3 May 29, 2023
0.1.0 May 29, 2023

#21 in #ident

Download history 14/week @ 2024-07-25 6/week @ 2024-08-01 16/week @ 2024-09-19 25/week @ 2024-09-26 21/week @ 2024-10-03 83/week @ 2024-10-10 21/week @ 2024-10-17 12/week @ 2024-10-24 14/week @ 2024-10-31 21/week @ 2024-11-07

70 downloads per month
Used in 2 crates

WTFPL license

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));

lib.rs:

ident!, replace!

No runtime deps