From 4feb3a8fb81fa648c2c5f7a72029ff5b54cf0dcb Mon Sep 17 00:00:00 2001 From: Jon Santmyer <jon@jonsantmyer.com> Date: Mon, 30 Sep 2024 12:05:43 -0400 Subject: learning rust project start --- projects/learning-rust/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'projects/learning-rust/index.html') 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> -- cgit v1.2.1