Add vscode workspace settings, add graph data structure to rust

This commit is contained in:
Michael Pivato
2024-05-10 17:20:51 +09:30
parent e31499a7e4
commit bd24b0b9be
3 changed files with 146 additions and 0 deletions

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

@@ -0,0 +1,3 @@
{
"editor.formatOnSave": true
}