Microsoft Previews Rust for Windows

Microsoft announced the preview of Rust for Windows, which aims to enable creating Rust apps for Windows using any Windows API. Read more

Similar

A Type Safety Hole in Unsafe Rust

There seems to be a widespread belief among Rust programmers that bypassing the borrow checker does not completely compromise type safety. This article attempts to show the converse, that lifetime checks are absolutely essential for type safety, even if ... (more…)

Read more »