Docs.rs
stream_zipper-0.2.0
stream_zipper 0.2.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
golddranks
Dependencies
miniz_oxide ^0.3.6
normal
nom ^5.0.1
normal
Versions
2.54%
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
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
Crate stream_zipper
stream_
zipper
0.2.0
All Items
Crate Items
Modules
Enums
Functions
Crate
stream_
zipper
Copy item path
Source
Modules
§
deflate
gzip
input_
helper
utils
zip
Enums
§
Error
An error type that delegates to ZipError or GzipError. In case the file format detection fails, there’s a third error state for that.
File
Corresponds to a zipped or gzipped file/stream. Can be in one of three states: not-yet-detected type, a zip file or a gzip file.
Read
Headers
Result
State
Represents a state of a compressed input stream. Generic over the actual stream type (gzip or zip).
Functions
§
start_
stream
Initialises a File that starts in a state that is agnostic about the whether the input stream is in zip format or gzip format. Use this function to initialise the stream if you want to auto-detect the input format.