Skip to main content

Crate rars_format

Crate rars_format 

Source
Expand description

Version-specific RAR archive format support.

This crate contains the wire-format parsers, writers, recovery handling, and extraction orchestration used by the high-level rars facade. It keeps the concrete RAR families separate so callers can inspect format-specific header fields when they need that fidelity.

Re-exports§

pub use detect::detect_archive_family;
pub use detect::find_archive_start;
pub use detect::ArchiveSignature;
pub use error::Error;
pub use error::Result;
pub use features::FeatureSet;
pub use version::ArchiveFamily;
pub use version::ArchiveVersion;

Modules§

detect
error
features
rar13
rar50
rar15_40
version

Structs§

ArchiveReadOptions
Options used while parsing or extracting archives.