macro_rules! character_converter {
    ($($from:expr => $to:expr),*) => { ... };
}
Expand description

character_converter!{‘D’ => ‘d’, ‘E’ => ‘e’};