Basic knowledge of self and regions

This commit is contained in:
Greg Hellings
2024-10-15 22:45:44 -05:00
parent c31d638dc0
commit 6ec40c15f4
6 changed files with 268 additions and 62 deletions
Generated
+9
View File
@@ -2,6 +2,15 @@
# It is not intended for manual editing.
version = 3
[[package]]
name = "assertables"
version = "8.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "857057651cdf1fe4bc1e8308493c752db559df0330f23b45f532f6b24c2b443d"
[[package]]
name = "rustdoku"
version = "0.1.0"
dependencies = [
"assertables",
]