Rustango docs
← Rustango documentation

Rustango documentation

Topic guides, tutorial, API reference, release notes, and recipes.

Rustango — the Rust framework with Django spirit

Django’s batteries, Rust’s guarantees.

Rustango is a batteries-included web framework for Rust — the productivity of Django or Rails, with the speed, memory safety, and single-binary deploy of Rust.

  • Batteries included — ORM & migrations, admin, auth, REST + OpenAPI, templates, forms, background jobs, and i18n in one crate.
  • Fast & safe by default — compiled, no garbage collector, memory-safe: your whole web layer runs at Rust speed.
  • Runs on any database — one backend across Postgres, MySQL, and SQLite, with multi-tenancy built in.
  • Ships as one binary — no runtime, no interpreter: build it, copy it, run it.

See it in action

Rustango auto-admin — model list view with filters, search, and pagination
Auto-admin
Auto-generated OpenAPI / Swagger UI
OpenAPI
Model Context Protocol server for AI agents
MCP for AI agents

In this version