Rust Projects

Rust stands out for its memory safety, achieved without a garbage collector thanks to its unique ownership model and compile-time checks. When I need low-level performance, I often reach for Rust, because it is nice that I don't have to roll my own data structures like I might have to do in a language like C.

asciidoc-pdfgen