Restricted, minimalistic XML 1.0 parser
- Rust 99.8%
- Dockerfile 0.1%
| docker | ||
| rxml | ||
| rxml_proc | ||
| rxml_validation | ||
| .dockerignore | ||
| .gitignore | ||
| Cargo.toml | ||
| COPYING | ||
| README.md | ||
| rustfmt.toml | ||
rxml Workspace
This workspace hosts the rxml family of crates. It offers low-complexity parsing of a restricted subset of XML 1.0.
-
rxml: Non-blocking and streaming XML parser.
-
rxml_proc: Macros for compile-time validation of string constants against XML string types.
-
rxml_validation: Utilities shared between [
rxml] and [rxml_proc], to reduce the amount of code pulled into the compiler byrxml_proc.