01
Rust and the Attempt to Make Systems Programming Memory-Safe
Rust set out to preserve the control and performance expected from systems programming while using ownership, borrowing and a strict type system to prevent broad classes of memory errors without a garbage collector.
↗