32 releases

0.3.29 Oct 26, 2023
0.3.28 Mar 30, 2023
0.3.26 Jan 30, 2023
0.3.25 Oct 20, 2022
0.2.0-beta Mar 20, 2018

#236 in Asynchronous

Download history 1138406/week @ 2023-08-08 1170225/week @ 2023-08-15 1199242/week @ 2023-08-22 1161174/week @ 2023-08-29 1223071/week @ 2023-09-05 1238822/week @ 2023-09-12 1251456/week @ 2023-09-19 1230653/week @ 2023-09-26 1221823/week @ 2023-10-03 1329734/week @ 2023-10-10 1308435/week @ 2023-10-17 1446859/week @ 2023-10-24 1520333/week @ 2023-10-31 1531082/week @ 2023-11-07 1613445/week @ 2023-11-14 1322024/week @ 2023-11-21

6,283,495 downloads per month
Used in 22,522 crates (94 directly)

MIT/Apache

12KB
118 lines

futures-sink

The asynchronous Sink trait for the futures-rs library.

Usage

Add this to your Cargo.toml:

[dependencies]
futures-sink = "0.3"

The current futures-sink requires Rust 1.36 or later.

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


lib.rs:

Asynchronous sinks

This crate contains the Sink trait which allows values to be sent asynchronously.

No runtime deps

Features