# async-sink
The asynchronous `Sink` trait for the tokio ecosystem.
This is largely equivalent to the `Sink` trait seen in the [futures-util](https://docs.rs/futures-util) crate, but has been adapted to use equivalent IO and [streaming](https://docs.rs/async-sink) traits from the tokio ecosystem.
[![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/async-sink.svg
[crates-url]: https://crates.io/crates/async-sink
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg
[mit-url]: https://github.com/amkillam/async-sink/blob/master/LICENSE
[actions-badge]: https://github.com/amkillam/async-sink/actions/workflows/ci.yml/badge.svg
[actions-url]: https://github.com/amkillam/async-sink/actions/workflows/ci.yml
[docs-badge]: https://docs.rs/async-sink/badge.svg
[docs-url]: https://docs.rs/async-sink
## License
This project is licensed under the [MIT license](LICENSE).
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in async-sink by you, shall be licensed as MIT, without any additional
terms or conditions.