| Crates.io | xert |
| lib.rs | xert |
| version | 0.2.0 |
| created_at | 2025-12-22 16:21:29.780894+00 |
| updated_at | 2025-12-23 06:02:41.357109+00 |
| description | A professional Rust project scaffolding tool for Web, CLI, and Embedded projects. |
| homepage | https://github.com/GauravPawar101/Xert |
| repository | https://github.com/GauravPawar101/Xert |
| max_upload_size | |
| id | 1999982 |
| size | 79,050 |
cargo install --path .
Option 2: From Crates.io
cargo install xert
Once installed, simply run xert from anywhere:
Create a new project by specifying the template and your project name.
Web Service (Axum)
xert create web my-api
Generates a high-performance web service using Axum, Tokio, and Tracing.
CLI Application
xert create cli my-tool
Sets up a command-line tool with Clap and colored output.
Embedded System
xert create embedded my-device
Initializes a no_std environment for embedded development.
Projects created with xert include:
cargo audit to check for known vulnerabilities in your supply chain.dotenvy for safe configuration management.We welcome contributions! Please feel free to open issues or submit pull requests.
Built in Rust