Learning Rust

I am a long-time proponent of C. I have been using it for most of my life, and change is scary.

However, I also believe in broadening my skillset and learning new things.

This defines my dilemma. I want to learn something new, but I want to keep using C.

And then the US government decree'd that us C plebs should move on to rust

So without further adieu, as my first foray into "blogging", welcome to my attempt to document my journey into the Rust ecosystem

This project, codename "Systemic", is hosted on my git server

Source

Requires nix and cargo. depends on Raylib

1: Orbitals

: How do I store non-owning references to other objects?

2: Systems

: Why does borrowing a mutable element of Vec borrow the entire Vec?