Skip to content

ArtemGr/vtd_xml.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Releases

No releases published

Packages

No packages published

Languages