synapse-context 0.1.1

Shared bound-context store (base ⊕ TTL'd overlay), reused verbatim by synapse-proxy and synapse-mcp without a cyclic path dependency between them.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "synapse-context"
version = "0.1.1"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared bound-context store (base ⊕ TTL'd overlay), reused verbatim by synapse-proxy and synapse-mcp without a cyclic path dependency between them."

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