Registry / utility / concat-idents

concat-idents

JSON →
library1.1.5rscratesunverified

Allows concatenating multiple identifiers and using them everywhere.

# Cargo.toml [dependencies] concat-idents = "1.1.5"
INSTALL
IMPORT
SIG · CONCAT-IDENTS
C
concat-idents
utilityrustv1.1.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

concat_idents
use concat_idents::concat_idents;

Concatenate identifiers to create a new function name.

use concat_idents::concat_idents; concat_idents!(my_fn = my_, fn { fn my_fn() { println!("Hello!"); } }); fn main() { my_fn(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
concat-idents — cargo add concat-idents · libregistry