shared-memory-server 0.4.0

`dora` goal is to be a low latency, composable, and distributed data flow.
Documentation
[[bin]]
name = "bench"
path = "src/bin/bench.rs"

[dependencies.bincode]
version = "1.3.3"

[dependencies.eyre]
version = "0.6.8"

[dependencies.raw_sync_2]
version = "0.1.5"

[dependencies.serde]
features = ["derive"]
version = "1.0.152"

[dependencies.shared_memory_extended]
version = "0.13.0"

[dependencies.tracing]
version = "0.1.37"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "`dora` goal is to be a low latency, composable, and distributed data flow."
documentation = "https://dora-rs.ai"
edition = "2024"
license = "Apache-2.0"
name = "shared-memory-server"
readme = "README.md"
repository = "https://github.com/dora-rs/dora/"
rust-version = "1.85.0"
version = "0.4.0"