async-rx

Crates.ioasync-rx
lib.rsasync-rx
version0.1.3
sourcesrc
created_at2023-07-04 18:40:23.039146
updated_at2023-08-01 13:22:54.294537
descriptionUtility functions for async reactive programming.
homepage
repositoryhttps://github.com/jplatte/async-rx
max_upload_size
id908272
size36,462
Ivan Enderlin (Hywan)

documentation

README

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::dedup for deduplicating consecutive equal items
  • StreamExt::dedup_by_key for deduplicating consecutive items with an equal property
  • StreamExt::batch_with for flexible batching of the stream's items
Commit count: 18

cargo fmt