rapace-cell 0.3.0

High-level cell runtime for rapace that eliminates boilerplate
Documentation
[dependencies.rapace]
features = ["shm"]
version = "0.3.0"

[dependencies.tokio]
features = ["sync", "rt", "macros", "time", "time"]
version = "1"

[dependencies.tracing]
version = "0.1"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "High-level cell runtime for rapace that eliminates boilerplate"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "rapace-cell"
readme = false
repository = "https://github.com/bearcove/rapace"
resolver = "2"
version = "0.3.0"

[package.metadata."docs.rs"]
rustdoc-args = ["--html-in-header", "arborium-header.html"]