#async-stream #stream #async #extension #future #traits

futures-stream-ext

Asynchronous stream extensions for the futures(-core) crate

4 releases

0.2.2 Jan 15, 2024
0.2.1 Jan 3, 2024
0.2.0 Dec 11, 2023
0.1.1 Dec 11, 2023
0.0.2 Dec 10, 2023

#760 in Asynchronous

Download history 8/week @ 2023-12-27 29/week @ 2024-01-03 35/week @ 2024-01-10 29/week @ 2024-01-17 2/week @ 2024-01-24 6/week @ 2024-01-31 32/week @ 2024-02-07 22/week @ 2024-02-14 45/week @ 2024-02-21 59/week @ 2024-02-28 35/week @ 2024-03-06 47/week @ 2024-03-13 48/week @ 2024-03-20 12/week @ 2024-03-27 20/week @ 2024-04-03

132 downloads per month

MPL-2.0 license

24KB
410 lines

futures-stream-ext

Crates.io Docs.rs Deps.rs Security audit Continuous integration License: MPL 2.0

Extensions of the futures_core::Stream trait.

License

Licensed under the Mozilla Public License 2.0 (MPL-2.0) (see MPL-2.0.txt or https://www.mozilla.org/MPL/2.0/).

Permissions of this copyleft license are conditioned on making available source code of licensed files and modifications of those files under the same license (or in certain cases, one of the GNU licenses). Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work may be distributed under different terms and without source code for files added in the larger work.

Contribution

Any contribution intentionally submitted for inclusion in the work by you shall be licensed under the Mozilla Public License 2.0 (MPL-2.0).

It is required to add the following header with the corresponding SPDX short identifier to the top of each file:

// SPDX-License-Identifier: MPL-2.0

Dependencies

~0–1.2MB
~20K SLoC