zip-rs-wasm/src/unstable.rs

4 lines
110 B
Rust

/// Provides high level API for reading from a stream.
pub mod stream {
pub use crate::read::stream::*;
}