klieo-bus-memory 0.41.3

In-process Pubsub / RequestReply / KvStore / JobQueue impls for klieo-core.
Documentation

klieo-bus-memory

In-process Pubsub / RequestReply / KvStore / JobQueue impls for klieo-core.

Part of the klieo Rust agent framework.

Features

  • All four bus traits on a single in-process implementation
  • Zero configuration — ideal for single-process dev and tests
  • Swap for klieo-bus-nats in production without changing agent code

Usage

[dependencies]
klieo-bus-memory = "0.38"
use klieo_bus_memory::MemoryBus;
use std::sync::Arc;

let bus = Arc::new(MemoryBus::new());

Status

0.38.x — pre-1.0; patch releases are backward-compatible. See docs/SEMVER.md.

License

MIT — see LICENSE.