pub fn list(path: PathBuf, format: OutputFormat) -> Result<()>Expand description
List all entries in a 3MF archive.
Displays all files contained within the 3MF OPC (ZIP) archive in flat or tree format.
§Arguments
path- Path to the 3MF fileformat- Output format (Text for flat list, Json for structured, Tree for directory view)
§Errors
Returns an error if the archive cannot be opened or entries cannot be listed.