1 2 3 4 5 6 7 8
//! Utilities for write-only phar archives #[allow(clippy::module_inception)] mod writer; pub use writer::*; mod util;