whisk 0.11.0

Simple and fast lockless async channels
Documentation
[dependencies.futures-core]
optional = true
version = "0.3"

[dependencies.pasts]
optional = true
version = "0.14"
[dev-dependencies.async_main]
features = ["pasts"]
version = "0.3"

[dev-dependencies.dl_api]
version = "0.4"

[dev-dependencies.flume]
version = "0.10"

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

[dev-dependencies.libm]
version = "0.2"

[dev-dependencies.ntest]
version = "0.9"

[dev-dependencies.pasts]
version = "0.14"

[features]
default = []

[package]
categories = ["asynchronous", "concurrency", "embedded", "hardware-support", "no-std"]
description = "Simple and fast lockless async channels"
documentation = "https://docs.rs/whisk"
edition = "2021"
homepage = "https://github.com/ardaku/whisk/blob/stable/CHANGELOG.md"
include = ["README.md", "src/*"]
keywords = ["channel", "actor", "mpmc", "notifier", "pasts"]
license = "Apache-2.0 OR BSL-1.0 OR MIT"
name = "whisk"
readme = "README.md"
repository = "https://github.com/ardaku/whisk"
rust-version = "1.65"
version = "0.11.0"
[package.metadata.docs.rs]
all-features = true
[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"