Rustango docs

Best practices

Keep builds lean

Disable default features and opt into only what you use — a JSON API rarely needs admin or template_views.

Deployment checklist

Set a strong RUSTANGO_SESSION_SECRET, run migrations on deploy, front the app with TLS, and size the DB pool to your concurrency.

See: Security topic guide