mirror of
https://github.com/darkicewolf50/RustBrock.git
synced 2025-07-07 11:37:13 -06:00
finished ch8.1
This commit is contained in:
25
.obsidian/workspace.json
vendored
25
.obsidian/workspace.json
vendored
@ -13,12 +13,12 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "data_types.md",
|
||||
"file": "ownership.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "data_types"
|
||||
"title": "ownership"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -27,12 +27,12 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Modules and Use.md",
|
||||
"file": "Vector.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Modules and Use"
|
||||
"title": "Vector"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -41,16 +41,16 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Collection of Common Data Structs.md",
|
||||
"file": "data_types.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Collection of Common Data Structs"
|
||||
"title": "data_types"
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 2
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@ -192,14 +192,16 @@
|
||||
"command-palette:Open command palette": false
|
||||
}
|
||||
},
|
||||
"active": "b6a35c226bb40634",
|
||||
"active": "b80f5219fa24358f",
|
||||
"lastOpenFiles": [
|
||||
"Modules and Use.md",
|
||||
"Collection of Common Data Structs.md",
|
||||
"Packages.md",
|
||||
"Vector.md",
|
||||
"data_types.md",
|
||||
"Crates.md",
|
||||
"Modules and Use.md",
|
||||
"ownership.md",
|
||||
"Project Organization.md",
|
||||
"Packages.md",
|
||||
"Crates.md",
|
||||
"crates.io.md",
|
||||
"Paths.md",
|
||||
"does_not_compile.svg",
|
||||
@ -211,7 +213,6 @@
|
||||
"Good and Bad Code/Commenting Pratices",
|
||||
"Good and Bad Code",
|
||||
"Data Types.md",
|
||||
"ownership.md",
|
||||
"Variables.md",
|
||||
"README.md",
|
||||
"Constants.md"
|
||||
|
Reference in New Issue
Block a user