async-selector 0.3.2

Fast and flexible asynchronous task selector
Documentation
[package]
name = "async-selector"
version = "0.3.2"
edition = "2024"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Razz4780/async-selector"
authors = ["MichaƂ Smolarek <msmolarekg@gmail.com>"]
description = "Fast and flexible asynchronous task selector"
publish = true
keywords = ["async", "concurrency"]
categories = ["asynchronous", "concurrency"]
rust-version = "1.95.0"

[dependencies]
futures = "0.3"

[dev-dependencies]
rstest = "0.26"
static_assertions = "1"
tokio = { version = "1", features = ["full"] }