Setting up Rust

1 · Shane Mulligan · Oct. 21, 2019, 11 a.m.
Glossary racer Rust Code Completion utility http://siciarz.net/24-days-of-rust-racer/ flamegraph The proportion of a program’s runtime that occurs in a routine is proportional to the width of the bar for that routine. https://ngoldbaum.github.io/posts/python-vs-rust-nn/ Language references Syntax https://cheats.rs/ Rosetta: rust vs swift vs scala http://hyperpolyglot.org/rust Installation curl https://sh.rustup.rs -sSf | sh Reading Rust by example Introduction - Rust By Example A little bit of f...