Unindent
This crate provides indoc's indentation logic for use with strings that
are not statically known at compile time. For unindenting string literals,
use indoc instead.
This crate exposes two functions:
unindent(&str) -> Stringunindent_bytes(&[u8]) -> Vec<u8>
extern crate unindent;
use unindent;