Rewriting the GNU Coreutils in Rust

1 · Ayooluwa · July 31, 2021, 1:04 p.m.
This article was originally published on LWN.net on June 8, 2021. As movement toward memory-safe languages, and Rust in particular, continues to grow, it is worth looking at one of the larger scale efforts to port C code that has existed for decades to Rust. The uutils project aims to rewrite all of the individual utilities included in the GNU Coreutils project in Rust. Originally created by Jordi Boggiano in 2013, the project aims to provide drop-in replacements for the Coreutils programs, addi...