rapace-plugin 0.2.0

High-level plugin runtime for rapace that eliminates boilerplate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rapace-plugin"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "High-level plugin runtime for rapace that eliminates boilerplate"

[package.metadata]

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

[dependencies]
rapace = { workspace = true, features = ["shm"] }
tokio = { workspace = true, features = ["time"] }
tracing = { workspace = true }