async_zip/base/
mod.rs

1// Copyright (c) 2023 Harry [Majored] [hello@majored.pw]
2// MIT License (https://github.com/Majored/rs-async-zip/blob/main/LICENSE)
3
4//! A base runtime-agnostic implementation using `futures`'s IO types.
5
6pub mod read;