zip-extensions 0.14.1

An extension crate for zip.
Documentation
1
2
3
4
5
// Early Access Program (EAP) namespace
// Expose the internal `audit` module here while it stabilizes.
pub mod audit {
    pub use crate::audit::*;
}