html-compare 0.1.5

A simple library to compare html files
Documentation
1
2
3
pub fn cleanup_text(input: &str) -> String {
    input.replace([' ', '\t', '\n'], "")
}