5 releases
Uses new Rust 2024
| 0.1.7 | May 6, 2025 |
|---|---|
| 0.1.3 | May 6, 2025 |
| 0.1.2 | May 5, 2025 |
| 0.1.1 | May 5, 2025 |
| 0.1.0 | May 5, 2025 |
#2988 in Command line utilities
145 downloads per month
17KB
416 lines
RustKit
RustKit-Web is a fullstack Rust web framework CLI inspired by SvelteKit, but powered by Axum.
✨ Features
- File-based routing with
src/routes/[name]/page.rs - Automatic route generation
- Templating with Askama
- Tailwind CSS integration
- CLI:
rustkit-web new myapp
🛠 Usage
cargo install rustkit-web
rustkit-web new myapp
cd myapp
./dev.sh
Dependencies
~10–25MB
~213K SLoC