smpsc 0.2.0

Wrappers for tokio's mpsc channels which implement Stream and Sink.
Documentation
# smpsc

Wrappers for tokio's mpsc channels which implement [tokio-stream](https://docs.rs/tokio-stream)'s `Stream` trait and [async-sink](https://docs.rs/async-sink)'s `Sink` trait.

[![Crates.io][crates-badge]][crates-url]
[![MIT licensed][mit-badge]][mit-url]
[![Build Status][actions-badge]][actions-url]
[![docs.rs][docs-badge]][docs-url]

[crates-badge]: https://img.shields.io/crates/v/smpsc.svg
[crates-url]: https://crates.io/crates/smpsc
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg
[mit-url]: https://github.com/amkillam/smpsc/blob/master/LICENSE
[actions-badge]: https://github.com/amkillam/smpsc/actions/workflows/ci.yml/badge.svg
[actions-url]: https://github.com/amkillam/smpsc/actions/workflows/ci.yml
[docs-badge]: https://docs.rs/smpsc/badge.svg
[docs-url]: https://docs.rs/smpsc

## License

This project is licensed under the [MIT license](LICENSE).

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in smpsc by you, shall be licensed as MIT, without any additional
terms or conditions.