que 0.3.0

A high performance channel with optional backpressure, interprocess capability, and a multiconsumer mode.
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dependencies.bytemuck]
features = ["derive", "min_const_generics"]
version = "1.16.3"

[dependencies.nix]
features = ["event", "poll", "mman", "fs", "feature"]
version = "0.29"

[dev-dependencies.criterion]
version = "0.5.1"

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

[package]
authors = ["Cavey Cool <c@temporal.xyz>", "Ben Coverston <b@temporal.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A high performance channel with optional backpressure, interprocess capability, and a multiconsumer mode."
edition = "2021"
license = "Apache-2.0"
name = "que"
readme = false
repository = "https://github.com/temporalxyz/que.git"
version = "0.3.0"

[profile.release]
codegen-units = 1
lto = "thin"