Expand description
Session-level variable store exposed to scripts as the vars global.
The engine takes a VarsStore trait object so callers (the MCP server)
can plug in their own storage. A simple in-memory implementation is
provided for tests and stand-alone use.
Structs§
- InMemory
Vars - Simple in-memory
VarsStorebacked by anRwLock<FxHashMap>.
Traits§
- Vars
Store - Session-level key/value store.