xee-interpreter 0.2.0

Interpreter for XPath and XSLT
Documentation
1
2
3
4
5
6
/// String support for XPath. XPath allows strings to be compared
/// using collations.
mod collation;

pub use collation::Collation;
pub(crate) use collation::Collations;