rusters-cli v0.1.8
This release introduces automatic Rust backend pre-compilation during cargo ignite and completely rewrites all README documentation templates.
Features
- Auto pre-compilation: The
cargo igniteproject creation pipeline now automatically triggerscargo buildright after scaffolding, fetching and pre-compiling all cargo dependencies. This ensures that the subsequent server launch withcargo boottriggers instantly with zero startup delays. - Premium documentation updates: Fully rewrote
README.mdlayouts in both CLI and generated project templates, integrating architectural overviews, command reference tables, configuration details, and Docker deployment guides.
Install
cargo install --git https://github.com/untrustnova/rusters-cli --tag v0.1.8