vtd_xml

Crates.iovtd_xml
lib.rsvtd_xml
version0.3.4
sourcesrc
created_at2017-03-20 09:27:43.797827
updated_at2020-08-09 15:49:40.009923
descriptionVTD-XML, fast XML parser
homepage
repositoryhttps://github.com/ArtemGr/vtd_xml.rs
max_upload_size
id9064
size41,595
Artem (ArtemGr)

documentation

https://docs.rs/vtd_xml/

README

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

Commit count: 39

cargo fmt