meli/text_processing
Manos Pitsidianakis b01b9ffbcb
text_processing: add reflow method() and enum to TextProcessing trait
Add
 split_lines_reflow(&self, reflow: Reflow, width: Option<usize>) -> Vec<String>
method that, according to reflow (No reflow, FormatFlowed
or All) reflows the text.

FormatFlowed follows the rfc3676 - The Text/Plain Format and DelSp Parameters
https://tools.ietf.org/html/rfc3676
2019-11-16 20:19:02 +02:00
..
src text_processing: add reflow method() and enum to TextProcessing trait 2019-11-16 20:19:02 +02:00
Cargo.toml Bump version to 0.3.2 2019-09-28 12:25:44 +03:00
build.rs Cleanup startup error exit paths 2019-11-16 00:33:22 +02:00