Tokio-Stream-Extra
A crate that extends the Stream trait. For more details about streams please check the tokio-stream crate as well as StreamExt trait documentation.
Examples
Split
Splits this stream's items at a separation item. The separation item
is determined by provided closure. A stream of vectors of item type will be returned,
which will yield elements until the closure returns None.
async
Tests
Test Coverage
To get the test coverage, I use the grcov. See the instructions steps.
Property Based Testing
The library is using property based testing. It uses the quickcheck crate.
About
Code designed and written on the beautiful island of Saaremaa, Estonia.