Docs.rs
compress-tools-0.16.1
compress-tools 0.16.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
otavio
Jonathas-Conceicao
Dependencies
async-trait ^0.1.39
normal
optional
blocking ^1.0.0
normal
optional
derive_more ^2.1
normal
futures-channel ^0.3.5
normal
optional
futures-core ^0.3.5
normal
optional
futures-executor ^0.3.5
normal
optional
futures-io ^0.3.5
normal
optional
futures-util ^0.3.5
normal
optional
libc ^0.2.86
normal
tokio ^1.0.0
normal
optional
tokio-util ^0.7.0
normal
optional
argh ^0.1
dev
encoding_rs ^0.8.32
dev
futures-util ^0.3.5
dev
smol ^2.0
dev
tempfile ^3.1
dev
tokio ^1.0.0
dev
pkg-config ^0.3
build
vcpkg ^0.2
build
Versions
68.67%
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
DecodeCallback
compress_
tools
0.16.1
compress_tools
Type Alias
Decode
Callback
Copy item path
Source
pub type DecodeCallback =
fn
(&[
u8
]) ->
Result
<
String
>;