Restricted, minimalistic XML 1.0 parser
  • Rust 99.8%
  • Dockerfile 0.1%
Find a file
2026-02-21 12:04:24 +01:00
docker Create dockerfile for running the fuzzer 2021-05-15 17:38:07 +02:00
rxml Bump rxml to dev version 2026-02-21 12:04:24 +01:00
rxml_proc Bump rxml to dev version 2026-02-21 12:04:24 +01:00
rxml_validation Bump rxml_validation to dev version 2026-02-21 11:55:00 +01:00
.dockerignore Create dockerfile for running the fuzzer 2021-05-15 17:38:07 +02:00
.gitignore Intermediate state, because why not 2021-05-11 14:35:41 +02:00
Cargo.toml Migrate to edition 2021 2024-12-21 00:52:16 +01:00
COPYING Prepare for publish 2021-05-13 17:55:52 +02:00
README.md Create workspace readme 2021-08-18 13:59:10 +02:00
rustfmt.toml rustfmt all the things! 2021-12-19 14:37:01 +01:00

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.