Crate wasm_streams

source ·
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

Modules