diff options
Diffstat (limited to 'projects/learning-rust/index.html')
-rw-r--r-- | projects/learning-rust/index.html | 6 |
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> |