transform-stream 0.3.0

Lightweight async stream wrapper
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# transform-stream

[![Crates.io][crates-badge]][crates-url]
[![MIT licensed][mit-badge]][mit-url]
[![Docs][docs-badge]][docs-url]

[crates-badge]: https://img.shields.io/crates/v/transform-stream.svg
[crates-url]: https://crates.io/crates/transform-stream
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: LICENSE
[docs-badge]: https://docs.rs/transform-stream/badge.svg
[docs-url]: https://docs.rs/transform-stream/

Lightweight async stream wrapper.

Documentation: <https://docs.rs/transform-stream/>

Inspired by <https://github.com/tokio-rs/async-stream>