Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 349 Bytes

File metadata and controls

13 lines (10 loc) · 349 Bytes

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