moonbit-community/flate/zip does not have a README file
pub struct Archive {
// private fields
}fn Archive::add(self : Archive, name : String, data : BytesView, compression? : Compression, data_descriptor? : Bool) -> Unitpub struct Entry {
// private fields
}pub struct ReadLimits {
max_package_bytes : Int
max_entries : Int
max_entry_uncompressed_bytes : Int
max_total_uncompressed_bytes : Int
max_preserved_source_bytes : Int
}Install
Download zipPure-MoonBit, runtime-agnostic DEFLATE (RFC 1951) engine with gzip/zlib/zip wrappers — suspendable and io-free.