A Rust macro for generating new identifiers (names of variables, functions, traits, etc) by concatenating one or more arbitrary parts and applying other manipulations.
//! Encapsulates the alias substitution and everything related to it.
modformat_string;useformat_string::*;modstream_visitor;usestream_visitor::*;modsubstitute_idents;usesubstitute_idents::*;modalias_substitution_visitor;pubusealias_substitution_visitor::*;#[cfg(test)]modtest;