The Rust Compilation Model Calamity

In this first episode of the Rust Compile time series, Brian Anderson, one of Rust’s original authors, shares with you his researches and experiences with Rust compile times, using the TiKV project as a case study. 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 »