xee-testrunner 0.1.6

Conformance testing for Xee's XPath and XSLT implementations
Documentation
1
2
3
4
5
use xee_testrunner::cli;

fn main() -> anyhow::Result<()> {
    cli()
}