Initial commit

This commit is contained in:
Xavier Morel
2024-11-27 16:47:47 +01:00
committed by GitHub
commit f735e7d3da
35 changed files with 2877 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"name": "rust-devcontainer",
"image": "mcr.microsoft.com/devcontainers/rust:latest",
"postCreateCommand": "rustc --version",
"remoteUser": "vscode"
}