unarc-rs 0.6.1

Universal archive extraction & decompression library for retro + modern formats (7z, ZIP, RAR, LHA/LZH, TAR, ARJ, ARC/PAK, ZOO, HA, UC2, SQ/SQ2, SQZ, HYP, gz, bz2, Z).
Documentation
1
2
3
4
5
6
7
8
//! RAR archive support
//!
//! Uses the `rar` crate for parsing RAR5 archives.

pub mod password_verifier;
pub mod rar_archive;

pub use password_verifier::RarPasswordVerifier;