finished ch15.4
Some checks failed
Test Gitea Actions / first (push) Successful in 14s
Test Gitea Actions / check-code (push) Failing after 14s
Test Gitea Actions / test (push) Has been skipped
Test Gitea Actions / documentation-check (push) Has been skipped

This commit is contained in:
2025-03-05 17:07:24 -07:00
parent 0052658af0
commit 90ffa5d8a5
5 changed files with 249 additions and 25 deletions

View File

@ -27,30 +27,40 @@
"state": {
"type": "markdown",
"state": {
"file": "Tests.md",
"file": "Smart Pointers.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Tests"
"title": "Smart Pointers"
}
},
{
"id": "ec34d2df2728a299",
"id": "7615e7dc6a30893a",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "minigrep/README.md",
"file": "Reference Counter Smart Pointer.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "README"
"title": "Reference Counter Smart Pointer"
}
},
{
"id": "6ed9f182aa3d5f3e",
"type": "leaf",
"state": {
"type": "graph",
"state": {},
"icon": "lucide-git-fork",
"title": "Graph view"
}
}
],
"currentTab": 2
"currentTab": 3
}
],
"direction": "vertical"
@ -193,11 +203,18 @@
"command-palette:Open command palette": false
}
},
"active": "ec34d2df2728a299",
"active": "6ed9f182aa3d5f3e",
"lastOpenFiles": [
"Writing_Tests.md",
"Reference Counter Smart Pointer.md",
"Smart Pointers.md",
"Ref Cell Mutability.md",
"The Performance Closures and Iterators.md",
"Improving The IO Project.md",
"Tests.md",
"The Preformance Closures and Iterators.md",
"minigrep/README.md",
"Project Organization.md",
"Writing_Tests.md",
"minigrep/src/lib.rs",
"Test_Organization.md",
"Test Controls.md",
@ -215,13 +232,6 @@
"Data Types.md",
"Enums.md",
"Error Handling.md",
"Hash.md",
"ownership.md",
"Packages.md",
"Paths.md",
"Primitives.md",
"Project Organization.md",
"README.md",
"does_not_compile.svg",
"Untitled.canvas",
"Good and Bad Code/Commenting Pratices",