async-rx
Utility functions for async reactive programming.
This crate is intentionally very small as it only provides utilities that are not already found in futures-util. It is meant as a supplement, not a replacement for the existing well-known futures crates.
Currently provided functionality:
StreamExt::dedupfor deduplicating consecutive equal itemsStreamExt::dedup_by_keyfor deduplicating consecutive items with an equal propertyStreamExt::batch_withfor flexible batching of the stream's items