encrypt

Function encrypt 

Source
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.