textchunk

Macro textchunk 

Source
macro_rules! textchunk {
    ($txt:expr, $mode:literal) => { ... };
    ($txt:expr) => { ... };
}
Expand description

Convenient, I hope?