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

https://github.com/chamons/rust-terminal-tool-template

A template for bootstrapping simple command line rust tools with clap and tracing
https://github.com/chamons/rust-terminal-tool-template

rust rust-template template-project template-repository

Last synced: 14 days ago
JSON representation

A template for bootstrapping simple command line rust tools with clap and tracing

Awesome Lists containing this project

README

          

# rust-terminal-tool-template

A template for bootstrapping simple command line rust tools with clap and tracing

## Usage

1. Install [`cargo-generate`](https://github.com/cargo-generate/cargo-generate#installation)

```sh
cargo install cargo-generate
```

2. Clone this repository via `cargo-generate`:

```sh
cargo generate --git https://github.com/chamons/rust-terminal-tool-template --name
```