This repo is setup to experiment/practice random exercises that I stumbled upon
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.
- devcontainer
- kubernetes-helm-minikube container.
- Docker desktop
- MacOS
Rust official book to learn!
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source ~/.cargo/env- rust-analyzer
- CodeLLDB
- Mirrod (by MetalBear, to launch debug into cluster without portforward to access db)
Update project path in .vscode/settings.json
{
"mirrord.promptUsingBinary": false,
"rust-analyzer.linkedProjects": [
"./exercise/resources/ex-11/Cargo.toml"
]
}