An open API service indexing awesome lists of open source software.

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.

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
```