rels

Function rels 

Source
pub fn rels(path: PathBuf, format: OutputFormat) -> Result<()>
Expand description

Inspect OPC relationships and content types.

Dumps the Open Packaging Convention (OPC) relationships from _rels/.rels and content types from [Content_Types].xml.

§Arguments

  • path - Path to the 3MF file
  • format - Output format (Text or Json)

§Errors

Returns an error if the archive cannot be opened.