indoc 1.0.3

Indented document literals
Documentation
1
2
3
4
5
use indoc::printdoc;

fn main() {
    printdoc!("{}");
}