async_zip 0.0.18

An asynchronous ZIP archive reading/writing crate.
Documentation
1
2
3
4
5
6
// Copyright (c) 2022 Harry [Majored] [hello@majored.pw]
// MIT License (https://github.com/Majored/rs-async-zip/blob/main/LICENSE)

pub(crate) mod compression;
pub(crate) mod locator;
pub(crate) mod zip64;