Trait FileOptionsExt
trait FileOptionsExt
Unstable methods for FileOptions.
Required Methods
fn with_deprecated_encryption(self: Self, password: &[u8]) -> SelfWrite the file with the given password using the deprecated ZipCrypto algorithm.
This is not recommended for new archives, as ZipCrypto is not secure.
Implementors
impl<T: FileOptionExtension> FileOptionsExt for crate::write::FileOptions<'_, T>