Knowledge Bits References I wish I'd already found
Atom · RSS

Rust

Rust is a compiled, statically-typed programming language that focuses on language stability and “fearless concurrency.” The language enforces memory safety, not through reference counting & garbage collection, but through assigning objects ownerships & lifetimes. Its compiler error messages also tend to be more helpful than other languages’.

Articles Tagged with “Rust”

Atom · RSS