System requirement

  1. Any system with basic configuration.
  2. Operating System : Any (Windows / Linux / Mac).

Software requirement

  1. Cargo/Rust installed (If not download it here).

Manual installation

# clone https
git clone https://github.com/ValentinColin/rust-template-project.git
# or
# clone ssh
git clone git@github.com:ValentinColin/rust-template-project.git

# Build a release version
cargo build --release