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-natsin production without changing agent code
Usage
[]
= "0.38"
use MemoryBus;
use Arc;
let bus = new;
Status
0.38.x — pre-1.0; patch releases are backward-compatible.
See docs/SEMVER.md.
License
MIT — see LICENSE.