rust-analyzer changelog #341

When is cloning actually better than using Arc?

Show HN: Draco – A single-binary, self-hostable Firecrawl alternative in Rust

Rust 1.98 got a P-critical miscompilation

Have you used Lean specifications in your Rust projects?

Joshua Liebow-Feeser on Zerocopy, Fuchsia's Netstack3, and designing software that handles complexity – The Netstack.FM Podcast

I made a really dumb CSV viewer to learn more about iced, and how to package for flatpak!

I wrote Scrolex, a horizontally scrolling document viewer in Rust

fearless_simd v0.7: 64-bit integers, improved generics, SSE2, and upcoming v1.0

TIL that print!(…) is not the same as write!(stdout(), …).unwrap()