34 releases

0.3.31 Oct 5, 2024
0.3.30 Dec 24, 2023
0.3.29 Oct 26, 2023
0.3.28 Mar 30, 2023
0.2.0-beta Mar 20, 2018

#1108 in Asynchronous

Download history 2044184/week @ 2024-08-17 2077442/week @ 2024-08-24 1996482/week @ 2024-08-31 2073389/week @ 2024-09-07 1919542/week @ 2024-09-14 2243806/week @ 2024-09-21 2253590/week @ 2024-09-28 2960586/week @ 2024-10-05 2782915/week @ 2024-10-12 2910458/week @ 2024-10-19 2367805/week @ 2024-10-26 2302473/week @ 2024-11-02 2262409/week @ 2024-11-09 2305075/week @ 2024-11-16 2025494/week @ 2024-11-23 2327634/week @ 2024-11-30

9,329,639 downloads per month
Used in 30,538 crates (120 directly)

MIT/Apache

12KB
119 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