Rustzen Admin Project Introduction
This is a modern admin system template built with Rust, featuring high performance, modularity, and comprehensive permissions.
π GitHub Repository
Tech Stack
- Backend: Rust + Axum + sqlx + JWT + RBAC
- Frontend: Vite + React + Zustand + Tailwind
- Deploy: Rust binary, frontend and backend can be deployed separately
π Related Articles
-
rustzen-admin Series (Part 2): Permission System Architecture - Complete Implementation of Declarative Permission System Based on Axum
A comprehensive guide to building a modern permission system with Rust Axum - featuring declarative APIs, intelligent caching, and middleware architecture for high-performance access control.
-
rustzen-admin Series (Part 1): Authentication Security Upgrade - From bcrypt to Argon2
A comprehensive guide to upgrading password security in Rust web applications - migrating from bcrypt to Argon2 with JWT middleware implementation.
-
Rust + React Admin Template with Axum, SQLx and Vite β Open Source
A starter template for admin systems built with Rust (Axum) and React, designed for clean architecture and developer productivity.