This is a presentation I did on my first impressions of the Rust 🦀 programming language, as a veteran C/C++ systems programmer, for my local C++ meetup group.
PDFs available in release section.
This presentation is done in Typst markup language.
To build this presentation you can install typst on your platforms from the official release page.
On NixOS, you can something like:
❯ nix run 'nixpkgs#typst-live' -- -P 5599 -T main.typ
and point your browser at http://127.0.0.1:5599/
.