Registry / other / gensym

gensym

JSON →
library0.1.1rscratesunverified

Creates unique identifiers for macros using procedural macros.

# Cargo.toml [dependencies] gensym = "0.1.1"
INSTALL
IMPORT
SIG · GENSYM
G
gensym
otherrustv0.1.1
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.

gensym
use gensym::gensym;

Generate a unique identifier at compile time.

use gensym::gensym; fn main() { let id = gensym!(); println!("Unique id: {}", id); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gensym — cargo add gensym · libregistry