Expand description
Working with the Web Streams API in Rust.
This crate provides wrappers around ReadableStream, WritableStream and TransformStream.
It also supports converting from and into Streams and Sinks from the futures crate.
Re-exports§
pub use readable::ReadableStream;pub use transform::TransformStream;pub use writable::WritableStream;
Modules§
- readable
- Bindings and conversions for readable streams.
- transform
- Bindings and conversions for transform streams.
- writable
- Bindings and conversions for writable streams.