33 releases

0.3.30 Dec 24, 2023
0.3.29 Oct 26, 2023
0.3.28 Mar 30, 2023
0.3.25 Oct 20, 2022
0.2.0-beta Mar 20, 2018

#759 in Asynchronous

Download history 892808/week @ 2023-12-23 1315495/week @ 2023-12-30 1655663/week @ 2024-01-06 1716856/week @ 2024-01-13 1769249/week @ 2024-01-20 1915376/week @ 2024-01-27 1844454/week @ 2024-02-03 1829793/week @ 2024-02-10 1847386/week @ 2024-02-17 1941531/week @ 2024-02-24 1940378/week @ 2024-03-02 1832080/week @ 2024-03-09 1833746/week @ 2024-03-16 1841802/week @ 2024-03-23 1833157/week @ 2024-03-30 1533534/week @ 2024-04-06

7,336,995 downloads per month
Used in 25,649 crates (103 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