Skip to main content

Crate ito_backend

Crate ito_backend 

Source
Expand description

Backend state API for Ito projects.

ito-backend is a Layer 3 adapter that exposes Ito project state (changes, tasks, modules) via a RESTful HTTP API. It delegates all business logic to ito_core and communicates exclusively in JSON.

The public surface is intentionally minimal: call serve with a BackendConfig to start the server.

Structs§

BackendConfig
Configuration for starting the backend server.

Functions§

serve
Start the backend API server and block until it shuts down.