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

Test the commonly available System Compiler Versions #16

Closed bodo-hugo-barwich closed 1 year ago

bodo-hugo-barwich commented 1 year ago

A range of tests will test the application with commonly available Compiler Versions to guarantee backward compatibility

bodo-hugo-barwich commented 1 year ago

The successful tests against Rust Compiler versions back to 1.41 show that even the new dependency on the serde crate does not break backward compatibility. And also will tell when backward compatibility is broken.