based on cssify but rewrited in Rust (RiiR F4W).
The usage is simple: ``` cssifier("//a/b") // Some("a b")
cssifier("//a/b[@id='hello']") // Some(a b#hello)
cssifier("//a/b[contains(text(), 'hello')]") // Some(a b:contains(hello)) ```
[ ] invalid XPath return empty String
Contributors are welcome :).