
A grand vision for Rust | Lobsters
Mar 5, 2026 · But in my opinion, Rust has done a great job of folding these technical and academic concepts into simple and intuitive language-level constructs. You don't have to think about monads …
Announcing Rust 1.85.0 and Rust 2024 | Lobsters
Feb 20, 2025 · One thing I've always wondered is why Rust doesn't use major version increments for major editions like this? The only thing I can think of is the residual fear of the Python 2 -> 3 jump. Or …
Announcing Rust 1.84.0 | Lobsters
Jan 9, 2025 · One of the legitimate critiques of Rust (including especially from folks who like Zig, but also more generally) has been that writing safe unsafe Rust has been difficult—unergonomic, …
Announcing Rust 1.82.0 | Lobsters
Oct 17, 2024 · Sure, whether Rust is mature, is subjective at the end of the day. Rust hasn't reached my threshold of maturity yet (and I've written a ton of Rust, and seen it grow over the years).
Two Years of Rust | Lobsters
Apr 15, 2025 · What I'm saying is that Rust exclusively supports the DI approach (more or less) and that the Rust community largely refuses to acknowledge that mocking can be great and actually superior …
rust - Rust programming | Lobsters
Stories tagged as rust Rust programming Most often also tagged with performance release plt compilers security linux c web
Rust is Just a Tool | Lobsters
Apr 12, 2026 · Rust isn't perfect, but I think it's the currently the best choice for a large subset of software, and I want its adoption to accelerate, so we and our users can have more robust and …
Prototyping in Rust | Lobsters
Jan 17, 2025 · So today, after spending a bunch of time expanding my test rig to deal with some new stuff in the firmware, I find myself wondering if this prototype would be easier to maintain in rust or if …
Announcing Rust 1.88.0 | Lobsters
Jun 26, 2025 · I have a proc macro in scheme-rs that lets you define Rust functions available to scheme code, and with this change the location of those functions in their source will be automatically …
Rust in the kernel is no longer experimental | Lobsters
Dec 10, 2025 · My experience having written serious production code in both Rust and C (and I've been doing C for over a decade), is that there's a lot fewer surprises lurking in the Rust stuff, even when …