//! Read and write the ZArchive (`.zar`/`.wua`) format.
//!
//! This is a Rust implementation of the format, not a rewrite of it.
//! [`ArchiveReader`] accepts any seekable reader and [`ArchiveWriter`] accepts
//! any writer. The `zarust` binary is a small filesystem adapter on these APIs.
pub use ;
pub use ;
pub use ArchiveWriter;