meli/text_processing/src
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
..
grapheme_clusters.rs text_processing: add reflow method() and enum to TextProcessing trait 2019-11-16 20:19:02 +02:00
lib.rs text_processing: add reflow method() and enum to TextProcessing trait 2019-11-16 20:19:02 +02:00
line_break.rs text_processing: add reflow method() and enum to TextProcessing trait 2019-11-16 20:19:02 +02:00
tables.rs text_processing: implement Unicode line breaking algorithm 2019-07-27 01:56:07 +03:00
types.rs text_processing: add reflow method() and enum to TextProcessing trait 2019-11-16 20:19:02 +02:00
wcwidth.rs Make function pub 2019-08-02 01:00:53 +03:00