meli/text_processing/src
Matthias Beyer abcd68e789
Make function pub
As this file was written (according to the top-level comment) for this
function, it should be pub.

This fixes an "unused function" warning.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-08-02 01:00:53 +03:00
..
grapheme_clusters.rs create text_processing crate 2019-07-27 01:41:04 +03:00
lib.rs text_processing: implement Unicode line breaking algorithm 2019-07-27 01:56:07 +03:00
line_break.rs text_processing: implement Unicode line breaking algorithm 2019-07-27 01:56:07 +03:00
tables.rs text_processing: implement Unicode line breaking algorithm 2019-07-27 01:56:07 +03:00
types.rs text_processing: implement Unicode line breaking algorithm 2019-07-27 01:56:07 +03:00
wcwidth.rs Make function pub 2019-08-02 01:00:53 +03:00