Docs.rs
astral_async_zip-0.0.17
astral_async_zip 0.0.17
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
konstin
Dependencies
async-compression ^0.4.2
normal
optional
crc32fast ^1
normal
futures-lite ^2.1.0
normal
pin-project ^1
normal
thiserror ^1
normal
tokio ^1
normal
optional
tokio-util ^0.7
normal
optional
env_logger ^0.11.2
dev
tokio ^1
dev
tokio-util ^0.7
dev
zip ^2.1.5
dev
Versions
62.79%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module error
async_
zip
0.0.17
Module error
Module Items
Enums
Type Aliases
In crate async_
zip
async_zip
Module
error
Copy item path
Source
Expand description
A module which holds relevant error reporting structures/types.
Enums
§
Zip64
Error
Case
ZipError
An enum of possible errors and their descriptions.
Type Aliases
§
Result
A Result type alias over ZipError to minimise repetition.