vtd_xml 0.3.3

VTD-XML, fast XML parser
docs.rs failed to build vtd_xml-0.3.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: vtd_xml-0.3.2

vtd_xml.rs crate docs patreon

Rust VTD-XML wrapper.

VTD-XML indexes the XML documents instead of loading them fully into the RAM. This makes for a very fast parsing indexing step and plays nicely with memory mapping. It uses a cloneable cursor to navigate the XML index, which is almost as convenient as having a DOM tree. XPath queries are supported as well (see the unit test), though as of now they lack a high-level Rust wrapper.

Supported environments: Debian, Ubuntu.

Needs the Nightly version of Rust (because the "test" crate is unstable).