async-sink

Crates.ioasync-sink
lib.rsasync-sink
version0.3.1
created_at2025-09-04 07:49:39.986071+00
updated_at2025-09-04 20:08:23.796546+00
descriptionThe asynchronous `Sink` trait for the tokio ecosystem.
homepagehttps://github.com/amkillam/async-sink
repositoryhttps://github.com/amkillam/async-sink
max_upload_size
id1823811
size94,167
Adam Killam (amkillam)

documentation

https://docs.rs/async-sink

README

async-sink

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.

Crates.io MIT licensed Build Status docs.rs

License

This project is licensed under the MIT 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.

Commit count: 39

cargo fmt