1
2
3
4
5
6
//! Prelude for rc-zip

pub use positioned_io::ReadAt;

// Re-export archive traits
pub use crate::reader::{ReadZip, ReadZipWithSize};