Unsafe for work
An article clarifying common misconceptions about the 'unsafe' keyword in Rust, explaining that it does not disable the borrow checker.
An article clarifying common misconceptions about the 'unsafe' keyword in Rust, explaining that it does not disable the borrow checker.
The author argues Rust needs a 'defer' keyword for safe resource cleanup, using a detailed FFI memory management example to illustrate the pain points.
An introductory guide to Rust, covering its key features like memory safety, ownership, and setup for developers new to the language.
A developer shares a workflow tip for learning Rust by automatically creating Git snapshots of each build to track compiler errors.
An analysis of Mojo's advanced ownership system, comparing it to Rust and Swift, and discussing its current implementation status and future roadmap.