/rust-workspace-template

Primary LanguageRustApache License 2.0Apache-2.0

Rust Project Template

This is a template for a Rust project.

Installation

Using cargo generate

  • Install cargo generate (requires git,open-ssl)

    cargo install cargo-generate

  • Setup project using cargo generate

    cargo generate --git https://github.com/nanlong/rust-workspace-template.git

Alternate method

  • Clone this repo

    git clone https://github.com/nanlong/rust-workspace-template.git

  • Rename the directory and project configuration in Cargo.toml