summaryrefslogtreecommitdiffstats
path: root/projects/learning-rust/index.html
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2024-09-30 12:05:43 -0400
committerJon Santmyer <jon@jonsantmyer.com>2024-09-30 12:05:43 -0400
commit4feb3a8fb81fa648c2c5f7a72029ff5b54cf0dcb (patch)
tree3f3025d22a9fe142690e04813c69f337cced3367 /projects/learning-rust/index.html
parentad94bcef3a643e1a96a9e7e5390132a8cd4f4256 (diff)
downloadwebsite-master.tar.gz
website-master.tar.bz2
website-master.zip
learning rust project startHEADmaster
Diffstat (limited to 'projects/learning-rust/index.html')
-rw-r--r--projects/learning-rust/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/projects/learning-rust/index.html b/projects/learning-rust/index.html
index b890e85..080c4d6 100644
--- a/projects/learning-rust/index.html
+++ b/projects/learning-rust/index.html
@@ -22,8 +22,12 @@
<a class="link-button" href="https://git.jonsantmyer.com/systemic">Source</a>
<p style="display: inline-block"> Requires nix and cargo. depends on <a href="https://www.raylib.com/">Raylib</a></p>
<div/>
- <a class="link-button" href="1.html">1: Solar Systems</a>
+ <a class="link-button" href="1.html">1: Orbitals</a>
<p style="display: inline-block"> : How do I store non-owning references to other objects?</p>
+
+ <div/>
+ <a class="link-button" href="2.html">2: Systems</a>
+ <p style="display: inline-block"> : Why does borrowing a mutable element of Vec borrow the entire Vec?</p>
</div>
</div>
</body>