pub fn encrypt(
_input: PathBuf,
_output: PathBuf,
_recipient: PathBuf,
) -> Result<()>Expand description
Encrypt a 3MF file.
Status: Not yet implemented. lib3mf-rs currently supports parsing encrypted files but not creating them.
§Arguments
_input- Input 3MF file path_output- Output 3MF file path_recipient- Recipient certificate (PEM)
§Errors
Always returns an error indicating the feature is not implemented.