xml-core 1.0.0

Low-level generic XML reading/writing, shared building block for all OOXML formats in the toolkit.
Documentation
  • Coverage
  • 100%
    12 out of 12 items documented0 out of 0 items with examples
  • Size
  • Source code size: 21.85 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.21 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 6s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Fab2bprog

xml-core

Low-level generic XML reading/writing, built on 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 workspace.

License

Licensed under the MIT license.