compose-idents 0.3.0

A Rust macro for generating new identifiers (names of variables, functions, traits, etc) by concatenating one or more arbitrary parts and applying other manipulations.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod combined;
#[allow(unused_imports)]
pub mod cross_product;
pub mod deprecation;
#[allow(unused_imports, unused_macros)]
pub mod log;
pub mod terminated;
pub mod token_distance;
pub mod token_stream;
pub mod unique_id;