Docs.rs
compress-tools-0.14.0
compress-tools 0.14.0
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
blocking ^1.0.0
normal
derive_more ^0.99
normal
futures-channel ^0.3.5
normal
futures-core ^0.3.5
normal
futures-executor ^0.3.5
normal
futures-io ^0.3.5
normal
futures-util ^0.3.5
normal
libc ^0.2.86
normal
tokio ^1.0.0
normal
tokio-util ^0.7.0
normal
argh ^0.1
dev
async-std ^1.6.3
dev
encoding ^0.2
dev
tempfile ^3.1
dev
tokio ^1.0.0
dev
pkg-config ^0.3
build
vcpkg ^0.2
build
Versions
94.74%
of the crate is documented
Go to latest version
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
☰
DecodeCallback
In compress_tools
?
Type Definition
compress_tools
::
DecodeCallback
source
·
[
−
]
pub type DecodeCallback =
fn
(_: &[
u8
]) ->
Result
<
String
>;