oxml-core
Format-neutral OOXML units, XML helpers, and core document-property types.
Use it when
Use this crate when implementing OOXML infrastructure shared by WordprocessingML and PresentationML. End-user document applications should prefer rdocx or rpptx.
Relationship
Higher-level oxml-*, rdocx-*, and rpptx-* crates build on these primitives without introducing a format-specific dependency here.
Example
use Length;
let page_width = inches;
assert_eq!;
Add oxml-core = "0.2.0" to your dependencies. See the API documentation for XML and property types.