This Week in Rust 510
(this-week-in-rust.org)
from snaggen@programming.dev to rust@programming.dev on 31 Aug 2023 06:54
https://programming.dev/post/2374674
from snaggen@programming.dev to rust@programming.dev on 31 Aug 2023 06:54
https://programming.dev/post/2374674
threaded - newest
Always nice to get a summary of the week. I had not seen about the websocket implementation, nice to see that Rust is yet again pushing the limits for performance.
rust-script
looks like a neat way to use Rust for scripting. But I was coincidentally reflecting on how helpful Nix is for handling the same problem, where I want to write scripts in a compiled language, but managing builds is a lot to deal with in an ad-hoc setting. I can pair my script with a Nix expression that gets checked into either my project repo, or my Home Manager dot files, and then I don’t have to think about rebuilding on changes or on new machines.