| Crates.io | rustolio |
| lib.rs | rustolio |
| version | 0.1.0 |
| created_at | 2025-08-18 13:24:54.916817+00 |
| updated_at | 2025-08-18 13:24:54.916817+00 |
| description | A minimalistic frontend framework written in Rust to target WebAssembly |
| homepage | |
| repository | https://gitlab.com/TobiasBinnewies/rustolio |
| max_upload_size | |
| id | 1800468 |
| size | 169,082 |
tailwind.css file and the package.json file to your project root.npm install to install the necessary dependencies.npx tailwindcss -i ./tailwind.css -o ./pkg/tailwind.css --watch to generate the Tailwind CSS file.