oxml-opc
Format-neutral Open Packaging Conventions support for ZIP parts, relationships, content types, and package preservation.
Use it when
Use this crate when implementing an OOXML package reader or writer. Use rdocx or rpptx for complete document APIs.
Relationship
This is the shared successor to the deprecated rdocx-opc shim and is used by both document families.
Example
use ContentTypes;
let content_types = from_xml?;
assert_eq!;
# Ok::
Add oxml-opc = "0.3.0" to your dependencies. Start with the package API documentation.