talaria 0.1.1

A high performance, cyclic message passing library.
Documentation
[[bench]]
harness = false
name = "exclusive"

[[bench]]
harness = false
name = "concurrent"

[[bench]]
harness = false
name = "mpsc"

[[bench]]
harness = false
name = "crossbeam"

[dependencies.crossbeam-utils]
version = "0.8"

[dependencies.thiserror]
version = "1"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.crossbeam-channel]
version = "0.5"

[dev-dependencies.loom]
version = "0.7"

[dev-dependencies.pprof]
features = ["flamegraph", "criterion"]
version = "0.13"

[package]
authors = ["Nathanial Lattimer <d0nut@resync.gg>"]
description = "A high performance, cyclic message passing library."
edition = "2021"
keywords = ["channel", "message", "mpmc", "mpsc", "ring"]
license = "MIT"
name = "talaria"
readme = "README.md"
repository = "https://github.com/d0nutptr/talaria"
version = "0.1.1"

[target."cfg(loom)".dependencies.loom]
version = "0.7"

[target."cfg(shuttle)".dependencies.shuttle]
version = "0.6"