In this video I present two example scenarios both implemented in JavaScript and Rust. In the first example, Rust’s strictness shines and enables clear and robust code. The second example, a logger middleware, demonstrates some of Rust’s weaknesses.
Rust’s middleware example is taken from David Pedersen’s video on tower services: https://youtu.be/16sU1q8OeeI
My Neovim config is here: https://github.com/David-Kunz/vim
Errata:
– “Race conditions” should be “Data races”
Contact:
david.devonduty@gmail.com
#rustlang
#2022
Comments