[go: up one dir, main page]

indoc 2.0.7

Indented document literals
Documentation
1
2
3
4
5
6
7
8
9
use indoc::indoc;

fn main() {
    indoc!("
        a
        b
        c
        " 64 128);
}