Hackernews posts about Rust
Rust is an open-source systems programming language developed by Graydon Hoare that emphasizes memory safety and performance through a focus on borrow checker constraints.
- Migrating away from Rust (deadmoney.gg)
- Matt Godbolt sold me on Rust by showing me C++ (www.collabora.com)
- Flattening Rust’s learning curve (corrode.dev)
- Rust’s dependencies are starting to worry me (vincents.dev)
- CubeCL: GPU Kernels in Rust for CUDA, ROCm, and WGPU (github.com)
- Rustls Server-Side Performance (www.memorysafety.org)
- Evolution of Rust Compiler Errors (kobzol.github.io)
- Roto: A Compiled Scripting Language for Rust (blog.nlnetlabs.nl)
- A Visual Journey Through Async Rust (github.com)
- Understanding Memory Management, Part 5: Fighting with Rust (educatedguesswork.org)
- RustAssistant: Using LLMs to Fix Compilation Errors in Rust Code (www.microsoft.com)
- Pyrefly - A faster Python type checker written in Rust (pyrefly.org)
- Writing into Uninitialized Buffers in Rust (blog.sunfishcode.online)
- $20K Bounty Offered for Optimizing Rust Code in Rav1d AV1 Decoder (www.memorysafety.org)
- Show HN: BugStalker - a modern Rust debugger (github.com)
- A Rust Documentation Ecosystem Review (www.harudagondi.space)
- A Rust API Inspired by Python, Powered by Serde (ohadravid.github.io)
- An Interactive Debugger for Rust Trait Errors (cel.cs.brown.edu)
- Using unwrap() in Rust is Okay (2022) (burntsushi.net)