xee-xpath 0.1.5

XPath 3.1 library API
Documentation
1
2
3
4
5
6
7
8
9
10
//! Custom atomic types for XPath.
//!
//! Where atomic types cannot be defined using standard Rust types or
//! external packages such as [`chrono`], [`ordered_float`] and [`rust_decimal`],
//! Xee defines its own types.

pub use xee_interpreter::atomic::{
    BinaryType, Duration, GDay, GMonth, GMonthDay, GYear, GYearMonth, NaiveDateTimeWithOffset,
    NaiveDateWithOffset, NaiveTimeWithOffset, StringType, YearMonthDuration,
};