| Crates.io | rustkit-web |
| lib.rs | rustkit-web |
| version | 0.1.7 |
| created_at | 2025-05-05 12:45:51.899121+00 |
| updated_at | 2025-05-06 10:07:49.16228+00 |
| description | RustKit-Web is a CLI to scaffold fullstack Rust web apps with Tailwindcss , Axum , Askama and file-based routing similar to Sveltekit or Next js |
| homepage | https://github.com/mukul2/rustkit |
| repository | https://github.com/mukul2/rustkit |
| max_upload_size | |
| id | 1660668 |
| size | 41,843 |
RustKit-Web is a fullstack Rust web framework CLI inspired by SvelteKit, but powered by Axum.
src/routes/[name]/page.rsrustkit-web new myappcargo install rustkit-web
rustkit-web new myapp
cd myapp
./dev.sh