Rewriting the GNU Coreutils in Rust
Rewriting the GNU Coreutils in Rust
Posted Jun 10, 2021 23:02 UTC (Thu) by warrax (subscriber, #103205)In reply to: Rewriting the GNU Coreutils in Rust by jem
Parent article: Rewriting the GNU Coreutils in Rust
> (a language that advertises built-in thread safety)
I'm obviously just nitpicking, but Rust "only" guarantees freedom from *data* races.
