Expand description
Core archive engine: format, algorithms, cache, and read API.
hexz-core is the minimal, dependency-light foundation for reading Hexz
archives. It has no network deps, no async runtime, and no write-path
parallelism. Those concerns live in hexz-store and hexz-ops.
§Modules
Re-exports§
pub use api::file::Archive;pub use api::file::ArchiveStream;