bodo-hugo-barwich / text-sanitizer-rs

Rust Library to convert rich UTF-8 Text into plain ASCII Text
https://crates.io/crates/text-sanitizer
1 stars 0 forks source link

Application uses `TextSanitizer` Object #10

Closed bodo-hugo-barwich closed 1 year ago

bodo-hugo-barwich commented 1 year ago

The Application Component uses now the new TextSanitizer Object which has become available with the text-sanitizer version 1.5.0

bodo-hugo-barwich commented 1 year ago

Also the file_tests module uses now the new object oriented architecture.