1/// String support for XPath. XPath allows strings to be compared 2/// using collations. 3mod collation; 4 5pub use collation::Collation; 6pub(crate) use collation::Collations;