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§
Structs§
- Archive
Read Options - Options used while parsing or extracting archives.