Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/0xdea/raptor-rust-template

My template for starting a Rust project, meant to be used with cargo-generate.
https://github.com/0xdea/raptor-rust-template

cargo-generate cargo-wizard rust

Last synced: 14 days ago
JSON representation

My template for starting a Rust project, meant to be used with cargo-generate.

Awesome Lists containing this project

README

        

# raptor-rust-template
[![](https://img.shields.io/github/stars/0xdea/raptor-rust-template.svg?style=flat&color=yellow)](https://github.com/0xdea/raptor-rust-template)
[![](https://img.shields.io/github/forks/0xdea/raptor-rust-template.svg?style=flat&color=green)](https://github.com/0xdea/raptor-rust-template)
[![](https://img.shields.io/github/watchers/0xdea/raptor-rust-template.svg?style=flat&color=red)](https://github.com/0xdea/raptor-rust-template)
[![](https://img.shields.io/badge/twitter-%400xdea-blue.svg)](https://twitter.com/0xdea)
[![](https://img.shields.io/badge/mastodon-%40raptor-purple.svg)](https://infosec.exchange/@raptor)

> "It's important to be quotable."
>
> -- Halvar Flake

My template for starting a Rust project, meant to be used with [cargo-generate](https://crates.io/crates/cargo-generate).

See also:
https://crates.io/crates/cargo-generate
https://cargo-generate.github.io/cargo-generate/
https://github.com/rust-github/template
https://github.com/topics/cargo-generate
https://github.com/Kobzol/cargo-wizard

## Usage
```
$ cargo install cargo-generate
$ cargo generate --git https://github.com/0xdea/raptor-rust-template
```