# xml-core
Low-level generic XML reading/writing, built on [`quick-xml`](https://crates.io/crates/quick-xml). No knowledge of the OOXML vocabulary (WordprocessingML, SpreadsheetML, PresentationML, DrawingML) at all — that logic lives entirely in the higher-level crates. Every other crate in the workspace goes through this one instead of depending on `quick-xml` directly, so it's the single place that would need to change if the underlying XML library were ever swapped.
Part of the [office-toolkit](https://github.com/Fab2bprog/office-toolkit) workspace.
## License
Licensed under the [MIT license](https://github.com/Fab2bprog/office-toolkit/blob/main/LICENSE).