Crates.io | ident_concat |
lib.rs | ident_concat |
version | 0.3.0 |
source | src |
created_at | 2023-05-29 07:03:27.401781 |
updated_at | 2023-05-29 11:03:12.689877 |
description | Concatenates identifiers. |
homepage | |
repository | https://github.com/tudbut/ident-concat |
max_upload_size | |
id | 876977 |
size | 3,608 |
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));