Docs.rs
async_zip-0.0.19
async_zip 0.0.19
Docs.rs crate page
MIT
22 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
Majored
Dependencies
async-compression ^0.4.2
normal
optional
binrw ^0.15.2
normal
chrono ^0.4
normal
optional
crc32fast ^1
normal
futures-lite ^2.1.0
normal
pin-project ^1
normal
thiserror ^2
normal
tokio ^1
normal
optional
tokio-util ^0.7
normal
optional
tracing ^0.1
normal
optional
actix-multipart ^0.7
dev
actix-web ^4
dev
anyhow ^1
dev
derive_more ^2.0
dev
env_logger ^0.11.2
dev
futures ^0.3
dev
sanitize-filename ^0.6
dev
tokio ^1
dev
tokio-util ^0.7
dev
uuid ^1
dev
zip ^4.3.0
dev
Versions
49.27%
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
Skip to main content
crc32
async_
zip
0.0.19
In async_
zip::
base::
write
async_zip
::
base
::
write
Function
crc32
Copy item path
Source
pub fn crc32(data: &[
u8
]) ->
u32
Expand description
Performs a CRC32 checksum on the provided data.