Expand description
PlanSpec Server Library
This crate provides the PlanSpec API server as a library, allowing it to be
embedded in other applications (like the CLI’s serve command).
Structs§
- AppState
- Application state shared across handlers
- Plan
Resolver - Controller that resolves Plans for Goals
- Server
Config - Server configuration
- Store
- SQLite-backed storage for PlanSpec resources
- Watch
Broadcaster - Broadcasts watch events to subscribers
Functions§
- build_
router - Build the application router with the given state
- run_
server - Run the PlanSpec server with the given configuration