runique-1.1.35 has been yanked.
Runique — Django-inspired Rust Framework
Runique is a web framework built on Axum, focused on type-safe forms, security middleware, template rendering, ORM integration, and a code-generated admin workflow.
🌍 Languages: English | Français
Core capabilities
- Type-safe form system (
forms, extractors, validators, renderers) - Routing macros and URL helpers
- Tera template integration and context helpers
- Security middleware (CSRF, CSP, allowed hosts, sanitization, auth/session)
- SeaORM integration + migration tooling
- Flash message system
- Admin beta (
admin!macro + daemon-generated CRUD code)
Installation
[]
= "1.1.30"
For a specific database backend only:
= { = "1.1.30", = false, = ["postgres"] }
Available features: sqlite, postgres, mysql, mariadb, all-databases (default).
Quick usage
use *;
async
CLI
||
Documentation
- Installation
- Architecture
- Configuration
- Routing
- Forms
- Model/Schema
- Templates
- ORM
- Middleware
- Authentication
- Flash Messages
- Admin beta