Rust

Rust + Axum

Async Rust web API with Axum + Tokio.

Axum starter with sqlx, tracing, and structured logging. Managed Postgres add-on optional. Cold starts under 20ms.

Setup

  1. Click Deploy to Buildfyio.
  2. cargo build --release runs; the binary is deployed.
  3. Tracing spans exported to our built-in observability.

Related