Function decrypt
Source pub fn decrypt(_input: PathBuf, _output: PathBuf, _key: PathBuf) -> Result<()>
Expand description
Decrypt a 3MF file.
Status: Not yet implemented. lib3mf-rs currently supports parsing encrypted files
but not decrypting them.
§Arguments
_input - Input 3MF file path
_output - Output 3MF file path
_key - Private key (PEM)
§Errors
Always returns an error indicating the feature is not implemented.