All designs only consider spaces and carriage returns, so sorry for Tab
and CRLF
.
All interfaces are function calls instead of traits.
Most interfaces return String
instead of Cow<str>
url_encode
: encoding strings with %
url_decode
: decoding strings of %
indent
: adds spaces to each non-empty lineindent_with
: adds prefix to each non-empty linededent
: removes leading whitespace from each linededent_less_than
: removes at most n leading whitespace from each line