Crates.io | async-sink |
lib.rs | async-sink |
version | 0.3.1 |
created_at | 2025-09-04 07:49:39.986071+00 |
updated_at | 2025-09-04 20:08:23.796546+00 |
description | The asynchronous `Sink` trait for the tokio ecosystem. |
homepage | https://github.com/amkillam/async-sink |
repository | https://github.com/amkillam/async-sink |
max_upload_size | |
id | 1823811 |
size | 94,167 |
The asynchronous Sink
trait for the tokio ecosystem.
This is largely equivalent to the Sink
trait seen in the futures-util crate, but has been adapted to use equivalent IO and streaming traits from the tokio ecosystem.
This project is licensed under the MIT license.
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.