feat: Rust skeleton

(cherry picked from commit 41a09289cda3137f96c69c69c924af34f0e64865)
This commit is contained in:
Robert Hensing 2024-02-08 16:58:45 +01:00
parent bfa3b3a063
commit a4bdbe5618
9 changed files with 264 additions and 22 deletions

12
.gitignore vendored
View file

@ -1,3 +1,5 @@
# direnv
.direnv
# Nix
result
@ -5,3 +7,13 @@ result-*
# pre-commit
.pre-commit-config.yaml
# Rust
**/target
# VSCode
# We have an opinionated setup for VSCode, so we want to keep the settings in the repo.
!.vscode
!.vscode/settings.json
# Extension recommendations should be kept in the repo.
!.vscode/extensions.json