Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/0xdea/raptor-rust-template
- Owner: 0xdea
- License: mit
- Created: 2024-08-01T12:29:26.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-22T05:58:09.000Z (22 days ago)
- Last Synced: 2024-10-23T08:12:51.742Z (21 days ago)
- Topics: cargo-generate, cargo-wizard, rust
- Language: Rust
- Homepage: https://crates.io/crates/cargo-generate
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 FlakeMy 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
```