meli/melib/src/text_processing
Manos Pitsidianakis 5327dae02d
melib/text_processing: add LineBreakText iterator
A lazy stateful iterator for line breaking text. Useful for very long text where you don't want to linebreak it completely before user requests specific lines.
2020-12-01 01:04:27 +02:00
..
grapheme_clusters.rs Fix some clippy lints 2020-08-26 00:54:07 +03:00
line_break.rs melib/text_processing: add LineBreakText iterator 2020-12-01 01:04:27 +02:00
mod.rs widgets: allow text overflow in text fields 2020-11-24 10:36:21 +02:00
search.rs Implement search for CellBuffer 2020-02-26 12:25:57 +02:00
tables.rs melib/text_processing: add new wcwidth implementation 2020-11-21 02:09:18 +02:00
types.rs Remove text_processing 2020-02-04 17:29:55 +02:00
wcwidth.rs melib/text_processing: fix CodePointsIterator implementation 2020-11-21 02:09:18 +02:00