ident_concat

Crates.ioident_concat
lib.rsident_concat
version0.3.0
sourcesrc
created_at2023-05-29 07:03:27.401781
updated_at2023-05-29 11:03:12.689877
descriptionConcatenates identifiers.
homepage
repositoryhttps://github.com/tudbut/ident-concat
max_upload_size
id876977
size3,608
Tud (TudbuT)

documentation

README

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));
Commit count: 6

cargo fmt