Docs.rs
zlib-rs-0.4.1
zlib-rs 0.4.1
Docs.rs crate page
Zlib
Links
Homepage
Repository
crates.io
Source
Owners
rnijveld
folkertdev
Dependencies
arbitrary ^1.0
normal
optional
quickcheck ^1.0.3
normal
optional
crc32fast ^1.3.2
dev
quickcheck ^1.0.3
dev
Versions
16.02%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
zlib_rs
0.4.1
end
Sections
Returns
In zlib_
rs::
deflate
zlib_rs
::
deflate
Function
end
Copy item path
Source
pub fn end<'a>( stream: &'a mut
DeflateStream
<'_>, ) ->
Result
<&'a mut
z_stream
, &'a mut
z_stream
>
Expand description
ยง
Returns
Err when deflate is not done. A common cause is insufficient output space
Ok otherwise