Expand description
Structs§
- Cache
Adapter - Email
Adapter - Picks an email backend based on environment variables.
Falls back to
ConsoleTransport(prints to stderr) when no provider is configured. - File
OpsAdapter - Adapter that exposes a
FileStoragebackend through the router’s [FileOps]. - FnOps
Impl - Adapter that implements [
FnOps] by delegating to aFnRunner. - Plugin
Hooks Adapter - Adapter that routes router-level CRUD hook calls into the PluginRegistry.
- PubSub
Adapter - Runtime
Open ApiGenerator - Shard
OpsAdapter - Wraps any
Arc<dyn DynShardRegistry>so the router can dispatch shard routes without knowing the concrete SimState type. - TxStore
- A
DataStorethat executes against a pre-held SQLite connection for the duration of a single mutation handler. - WsSse
Notifier - Bridges WebSocket + SSE hubs to the router’s [
ChangeNotifier] trait.
Functions§
- find_
functions_ runtime - Spawn the Bun function runtime if a
functions/directory exists. - try_
spawn_ functions
Type Aliases§
- Local
File Ops - Backwards-compatible alias; old code refers to this name.