Google Summer of Code 2024 results
Google Summer of Code 2024 results
Google Summer of Code 2024 results
Rustls Outperforms OpenSSL and BoringSSL - Prossimo
Blocking code is a leaky abstraction – notgull
Rust is rolling off the Volvo assembly line - Blog - Tweede golf
This Development-cycle in Cargo: 1.82 | Inside Rust Blog
Rust Analyzer Changelog #253
Code Generation in Rust vs C++26
GitHub - RReverser/serdebug: Serde-based replacement for #
Google's Shift to Rust Programming Cuts Android Memory Vulnerabilities by 52%
Gitoxide August 2024 Progress report
Release 0.13.0 · iced-rs/iced · GitHub
Why Rust mutexes look like they do - Cliffle
Linux-for-Rust or Rust-for-Linux
I sped up serde_json strings by 20%
Go wild: Wildcard support in Rules and a new open-source wildcard crate
Embedded Working Group Community Micro Survey
This Development-cycle in Cargo: 1.81 | Inside Rust Blog
Async Closures MVP: Call for Testing! | Inside Rust Blog
This Week in Rust 555 · This Week in Rust
Rust Analyzer Changelog #241
Permanently Deleted
As someone that have worked in software for 30 years, and deplying complicated software, shared libraries is a misstake. You think you get the benefit of size and easy security upgrades, but due to deployment hell you end up using docker and now your deployment actually added a whole OS in size and you need to do security upgrades for this OS instead of just your application. I use rust for some software now, and I build it with musl, and is struck by how small things get in relation to the regular deployment, and it feels like magic that I no longer get glibc incompatibility issues.