Docs.rs
zstd-safe-5.0.2+zstd.1.5.2
zstd-safe 5.0.2+zstd.1.5.2
Docs.rs crate page
MIT/Apache-2.0
Links
Repository
crates.io
Source
Owners
gyscos
Dependencies
libc ^0.2.21
normal
zstd-sys ^2.0.1
normal
Versions
51.39%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
DStream
In zstd_safe
?
Type Definition
zstd_safe
::
DStream
source
·
[
−
]
pub type DStream<'a> =
DCtx
<'a>;
Expand description
A Decompression stream.
Same as
DCtx
.