xee-testrunner 0.1.6

Conformance testing for Xee's XPath and XSLT implementations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod collation;
mod collection;
mod core;
mod decimal_format;
mod iterator;
mod resource;
mod shared;
mod source;
mod xpath;
#[allow(dead_code)]
mod xslt;

pub(crate) use core::{Environment, EnvironmentRef, TestCaseEnvironment};
pub(crate) use iterator::EnvironmentIterator;
pub(crate) use shared::SharedEnvironments;
pub(crate) use xpath::XPathEnvironmentSpec;
pub(crate) use xslt::XsltEnvironmentSpec;