Prelude XML Parser
Deserialize Prelude EDC native XML files into Rust structs. Enabling the python feature allows
deserializing to Python classes with PyO3.
Installation
Supported native files
- Subject native XML
- Site Native XML
- User Native XML
Development
This crate lives in the prelude-parser repository, alongside the Python bindings that build on it. It is published to crates.io on its own version series and can be used as a standalone Rust dependency. See the repository's contributing guide for how to build, test, and benchmark it.