Re-exports§
pub use encryption::EncryptionMethod;pub use encryption::RarEncryption;pub use encryption::SevenZEncryption;pub use encryption::ZipEncryption;pub use error::ArchiveError;pub use error::Result;pub use unified::ArchiveOptions;pub use unified::VolumeProvider;
Modules§
- ace
- ACE archive format support
- arc
- arj
- bz2
- BZ2 (bzip2) single file format support
- date_
time - encryption
- Encryption method detection for various archive formats.
- error
- Error types for unarc-rs
- gz
- GZ (gzip) single file format support
- ha
- HA Archive format support
- hyp
- ice
- ICE archive format support
- lha
- LHA/LZH archive format support
- packice
- Pack-Ice compressed file support
- rar
- RAR archive support
- sevenz
- 7z archive support
- sq
- sqz
- tar
- TAR archive format support
- tarz
- TAR.Z (tar + Unix compress) archive format support
- tbz
- TBZ (tar.bz2) archive format support
- tgz
- TGZ (tar.gz) archive format support
- uc2
- unified
- Unified Archive API
- z
- zip
- ZIP archive support
- zoo