🚀 RustBasic Core
RustBasic Core is the high-performance engine behind the RustBasic Framework. It provides a modular, agent-centric architecture for building modern web applications with Axum, Sea-ORM, and MiniJinja.
✨ Features
- ⚡ Axum Powered: Blazing fast HTTP server wrapper.
- 🗄️ Sea-ORM Integration: Robust async ORM with auto-migration support.
- 🎨 MiniJinja Views: Standard HTML templates with Jinja2-like syntax.
- 🛡️ Security First: Built-in CSRF protection, secure sessions, and rate limiting.
- 🛠️ CLI Scaffolding: Rapidly generate controllers, models, and migrations.
- 📧 Mailer Service: Integrated SMTP support via Lettre.
📦 Installation
Add this to your Cargo.toml:
[]
= "0.1.5"
🚀 Quick Start
use Config;
async
📖 Documentation
For full documentation and the starter template, visit the main RustBasic Repository.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ by the RustBasic Team.