dom_query 0.27.0

HTML querying and manipulation with CSS selectors
Documentation
1
2
3
4
5
#![allow(dead_code)]

pub(crate) fn squash_whitespace(src: &str) -> String {
    src.split_whitespace().collect::<String>()
}