Expand description
TokenMaxing facade — exposes the QuotaTracker (status/report) and the
TokenMaxer (start/stop/status/sessions) to the HTTP API and Web UI
(RFC-031 §9).
The single live tracker and maxer are constructed once at boot
(src/kernel.rs) and shared here, so the API, UI, and orchestrator all
reach the same instances.
Structs§
- Token
Maxing Api - KernelHandle facade for token-maxing (RFC-031).