13 releases (5 breaking)
0.7.5 | May 5, 2023 |
---|---|
0.7.4 | Mar 23, 2023 |
0.7.1 | Feb 14, 2023 |
0.2.0 | Aug 30, 2020 |
0.1.0 |
|
#1559 in Asynchronous
1,620 downloads per month
Used in snapup
40KB
806 lines
Streamtools
Additional stream combinators.
Please read the API documentation here.
How to use with Cargo:
[dependencies]
streamtools = "0.7.5"
License
Dual-licensed to be compatible with the Rust project.
Licensed under the Apache License, Version 2.0 https://www.apache.org/licenses/LICENSE-2.0 or the MIT license https://opensource.org/licenses/MIT, at your option. This file may not be copied, modified, or distributed except according to those terms.
lib.rs
:
Additional stream combinators.
Feature flags
tokio-time
: Enables combinators which depend on the tokio crate and its time feature, in particular:test-util
: Exposes utilities for testing streams, in particular:
Dependencies
~1–7MB
~47K SLoC