I'm really getting into how useful Rust is lately?
like I kept having issues at work that boiled down to
"I wish I could do this in R, but R is too slow.
I'll find a package that calls to C++.
Huh. None of them quite do what I want them to do, I want them to implement X"
And like with Rust I can just implement it myself.