/rxml

Primary LanguageRustMIT LicenseMIT

rxml Workspace

This workspace hosts the rxml family of crates. It offers low-complexity parsing of a restricted subset of XML 1.0.

  • rxml rxml crate info rxml docs badge: Non-blocking and streaming XML parser.

  • rxml_proc rxml_proc crate info rxml_proc docs: Macros for compile-time validation of string constants against XML string types.

  • rxml_validation rxml_validation crate info rxml_validation docs: Utilities shared between [rxml] and [rxml_proc], to reduce the amount of code pulled into the compiler by rxml_proc.