mapped_futures 0.2.1

A collection of futures based on FuturesUnordered that supports insertion, removal and mutation of futures by key
Documentation
[dependencies.bisetmap]
version = "0.1.6"

[dependencies.futures-core]
version = "0.3.31"

[dependencies.futures-task]
version = "0.3.31"

[dependencies.futures-util]
version = "0.3.31"

[dev-dependencies.futures]
version = "0.3.0"

[dev-dependencies.futures-lite]
version = "1.12.0"

[dev-dependencies.futures-timer]
version = "3.0.3"

[lib]
name = "mapped_futures"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous"]
description = "A collection of futures based on FuturesUnordered that supports insertion, removal and mutation of futures by key"
edition = "2021"
keywords = ["future", "FuturesUnordered", "HashMap", "async", "stream"]
license = "MIT"
name = "mapped_futures"
readme = "README.md"
repository = "https://github.com/StoicDeveloper/mapped_futures"
version = "0.2.1"