Skip to main content

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) API
Open full docs

Loading 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 behind fleetforge-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.