added module cheat sheet

This commit is contained in:
2025-01-13 22:12:30 -07:00
parent 5725ea4a90
commit fe021038de
4 changed files with 80 additions and 6 deletions

3
.obsidian/app.json vendored
View File

@ -1,3 +1,4 @@
{
"promptDelete": false
"promptDelete": false,
"alwaysUpdateLinks": true
}

View File

@ -41,13 +41,13 @@
"state": {
"type": "markdown",
"state": {
"file": "Crates.md",
"file": "Modules and Use.md",
"mode": "source",
"backlinks": false,
"source": false
},
"icon": "lucide-file",
"title": "Crates"
"title": "Modules and Use"
}
},
{
@ -209,9 +209,10 @@
},
"active": "773e0725828dabb7",
"lastOpenFiles": [
"Packages.md",
"Crates.md",
"Project Organization.md",
"Modules and Use.md",
"Crates.md",
"Packages.md",
"Enums.md",
"Primitives.md",
"Packages and Crates.md",