5 releases
Uses new Rust 2024
new 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 |
#1530 in Command line utilities
96 downloads per month
14KB
314 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
~6–17MB
~189K SLoC