| Crates.io | rustverse |
| lib.rs | rustverse |
| version | 0.1.2 |
| created_at | 2025-10-31 07:00:38.079505+00 |
| updated_at | 2025-10-31 07:19:08.959299+00 |
| description | A simple Rust project generator β like cargo new, but friendlier. |
| homepage | |
| repository | https://github.com/Porrapat/rustverse |
| max_upload_size | |
| id | 1909557 |
| size | 14,170 |
A friendly project generator for Rust β like cargo new, but more fun β¨
Quickly scaffold projects such as Axum 0.6.9, CLI tools, and more.
You can install Rustverse from crates.io:
cargo install rustverse
Then run it anywhere on your system:
rustverse my_app
| Template | Description |
|---|---|
basic |
A simple βHello Rustverse!β CLI |
axum |
Axum 0.6.9 web server template |
rustverse my_basic
Then run:
cd my_basic
cargo run
Output:
Hello Rustverse!
rustverse my_axum --template axum
Then run:
cd my_axum
cargo run
Server output:
π Server running at http://127.0.0.1:3000
Open your browser and visit http://localhost:3000
Clone the repository and build from source:
git clone https://github.com/Porrapat/rustverse.git
cd rustverse
cargo build
Run locally:
cargo run -- my_test
Licensed under the MIT License.
Made with β€οΈ by Porrapat Petchdamrongskul
βHello Rustverse β where your journey begins.β