r4d 3.0.0-rc.6

Text oriented macro processor
1
2
3
4
5
6
7
8
9
pub mod deterred_map;
pub mod function_map;
mod macro_map;
pub(crate) use macro_map::MacroMap;
#[cfg(feature = "hook")]
pub mod hookmap;
pub mod runtime_map;
#[cfg(feature = "signature")]
pub mod sigmap;