4 releases (2 breaking)
Uses new Rust 2024
| 0.3.1 | Apr 27, 2026 |
|---|---|
| 0.3.0 | Apr 7, 2026 |
| 0.2.0 | Feb 22, 2026 |
| 0.1.1 | Jan 29, 2026 |
#640 in Compression
Used in 10 crates
(6 directly)
110KB
2K
SLoC
rong_stream
Web Streams API implementation providing globally available streaming primitives.
JS APIs
ReadableStream— readable stream of datagetReader()— acquire a reader for pull-based consumptionpipeTo(writable)— pipe to a writable streampipeThrough(transform)— pipe through an object exposingreadableandwritable
WritableStream— writable stream of datagetWriter()— acquire a writer for push-based writing
CompressionStream— transform-like stream forgzip,deflate, anddeflate-rawreadable— compressed output streamwritable— uncompressed input stream
DecompressionStream— transform-like stream forgzip,deflate, anddeflate-rawreadable— decompressed output streamwritable— compressed input stream
Dependencies
~20–44MB
~776K SLoC