feat: add incredibly basic features

This commit is contained in:
Arthur Beck 2025-05-01 21:31:23 -05:00
parent 298cda64f5
commit ea6c94a584
Signed by: ArthurB
GPG key ID: CA200B389F0F6BC9
6 changed files with 380 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"rust-analyzer.check.command": "clippy"
}