13 releases
0.4.3 | Dec 26, 2021 |
---|---|
0.4.2 | Dec 26, 2021 |
0.3.1 | Dec 25, 2021 |
0.3.0 | Nov 1, 2020 |
0.1.0 | Mar 10, 2020 |
#1324 in Text processing
441 downloads per month
Used in 17 crates
(5 directly)
12KB
228 lines
Text Toolbox
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>
Functions
Escaping
unescape
:unescape_utf8
:unescape_only
:url_encode
: encoding strings with%
url_decode
: decoding strings of%
Align
indent
: adds spaces to each non-empty lineindent_with
: adds prefix to each non-empty lineindent_count
:dedent
: removes leading whitespace from each linededent_less_than
: removes at most n leading whitespace from each line
Table
lib.rs
:
Text utility function library
Interface
This library is biased towards input strings and returns new strings This library uses polymorphic interface
Dependencies
~5.5MB
~107K SLoC