https://github.com/thunder04/t-rust-app
My basic Rust application template.
https://github.com/thunder04/t-rust-app
cargo-generate rust
Last synced: 12 months ago
JSON representation
My basic Rust application template.
- Host: GitHub
- URL: https://github.com/thunder04/t-rust-app
- Owner: thunder04
- License: mit
- Created: 2024-08-17T11:21:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-16T02:29:09.000Z (about 1 year ago)
- Last Synced: 2025-03-30T07:31:41.026Z (about 1 year ago)
- Topics: cargo-generate, rust
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Application Template
My template for creating a basic Rust application.
It features logging using the [`tracing`](https://crates.io/crates/tracing) library,
[`color_eyre`](https://crates.io/crates/color_eyre) for pretty panic reports,
and [`thiserror`](https://crates.io/crates/thiserror) for specialized error handling.
## Usage
To use it, install [`cargo-generate`](https://cargo-generate.github.io/cargo-generate/installation.html)
and run:
```sh
cargo generate --git https://github.com/thunder04/t-rust-app
```