6 releases

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

#1596 in Procedural macros

Download history 30/week @ 2023-06-07 16/week @ 2023-06-14 31/week @ 2023-06-21 22/week @ 2023-06-28 35/week @ 2023-07-05 7/week @ 2023-07-12 29/week @ 2023-07-19 34/week @ 2023-07-26 6/week @ 2023-08-02 23/week @ 2023-08-09 28/week @ 2023-08-16 14/week @ 2023-08-23 7/week @ 2023-08-30 33/week @ 2023-09-06 12/week @ 2023-09-13 6/week @ 2023-09-20

58 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