[go: up one dir, main page]

indoc 1.0.3

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

fn main() {
    indoc!(fail);
}