/RustyXML

A XML parser written in Rust

Primary LanguageRustMIT LicenseMIT

RustyXML

This is a XML parser written completely in Rust. Right now it provides a basic SAX-like API, and an ElementBuilder based on that.

The parser itself is derived from OFXMLParser as found in ObjFW https://webkeks.org/objfw/.

The current limitations are:

  • Incomplete error checking
  • Missing documentation
  • No namespace support