This repository demonstrates how to set up a complete Rust development environment using devcontainers.
- Pre-configured container with Rust toolchain
- Bundled VSCode extensions configuration
- Development environment consistent between local and CI
- Dependabot configuration for all dependencies
- Open this repository in VS Code
- When prompted, click "Reopen in Container"
- Put a breakpoint and press F5 to debug the application
- Press Ctrl+Shift+P and select "Run Tests"