Rust Runtime Docs
Rust is the canonical implementation of the FleetForge runtime. Developer-facing API docs are generated with cargo doc and embedded here using the iframe-friendly bundle stored under website/static/rust-embed/.
FleetForge Documentation
FleetForge Runtime (Rust) APILoading rustdoc…
Regenerate
pnpm -C website docs:rust:embed
The command builds HTML docs under website/static/rust-embed/; link to them from How-to or Concept docs when referencing crate-level APIs.
Key crates
core/runtime– orchestrator + scheduler.core/ctl– CLI implementation behindfleetforge-ctl.core/policy– policy engine traits (Rego, OPA bundle loader, Cedar adapters).
Keep this section updated when new crates become part of the public contract.