Skip to content

leonlnj/engineering-gym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

engineering-gym

This repo is setup to experiment/practice random exercises that I stumbled upon

AI-Assisted Development

This repository includes GitHub Copilot instructions at .github/copilot-instructions.md that help AI agents understand exercise patterns, setup procedures, and common troubleshooting steps. If you're using GitHub Copilot, it will automatically reference this file to provide better assistance.

Setup

Rust Setup

Rust official book to learn!

Install Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source ~/.cargo/env

Install VScode extension

  • rust-analyzer
  • CodeLLDB
  • Mirrod (by MetalBear, to launch debug into cluster without portforward to access db)

Configure extension

Update project path in .vscode/settings.json

{
    "mirrord.promptUsingBinary": false,
    "rust-analyzer.linkedProjects": [
        "./exercise/resources/ex-11/Cargo.toml"
    ]
}

About

dumpster for random stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors