We can just use a crate for that and don't have to have this horrible comment like style that brings its own category of problems. https://docs.rs/indoc/latest/indoc/
And what if you do want to include two spaces at the beginning of the block (but not any of the rest of the indentation)?
Choice of specific line-start marker aside, I think this is the best solution to the indented-string problem I've seen so far.
And what if you do want to include two spaces at the beginning of the block (but not any of the rest of the indentation)?
Choice of specific line-start marker aside, I think this is the best solution to the indented-string problem I've seen so far.