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

Introduce TextSanitizer structure #9

Closed bodo-hugo-barwich closed 1 year ago

bodo-hugo-barwich commented 1 year ago

this first sprint related to the development documented at:\ Implementation of TextSanitizer structure\ introduces the TextSanitizer structure while respecting the procedural API.

bodo-hugo-barwich commented 1 year ago

This introduces also tests of the application object which guaranties the complete operativity of this development.