mnemara-protocol
mnemara-protocol publishes the protobuf and gRPC types used by the Mnemara service surface.
Install
Add the crate to your Rust project with:
What it exposes
- generated protobuf messages under
mnemara_protocol::v1 - generated gRPC client and server traits for the Mnemara memory service
Minimal example
use RecallRequest;
let request = RecallRequest ;
Notes
- intended for Rust gRPC clients and servers that need the wire-level schema
- pairs with
mnemara-serverfor the reference daemon implementation - embedded applications that only need the domain model should depend on
mnemara-coreor themnemarafacade instead
Project documentation: https://github.com/deliberium/mnemara