Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 351 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 351 Bytes

Rust Template Setup Guide

Follow these steps to set up the rust template:

  1. Clone the repository: git clone https://github.com/iamtatsuki05/rust_template.git

  2. Navigate to the working directory: cd rust_template

  3. Build the project: docker-compose up -d --build

  4. Access the workspace: docker-compose exec rust bash