Thursday, February 27, 2020

Learning Rust

An Introduction to Rust @ Heroku podcast "Codeish"

LINKS FROM THIS EPISODE

For books, you can get started by reading The Rust Programming Language Book or Programming Rust

For hands-on coding examples, the Rust Playground allows you to run snippets of Rust code; Rust by Example shows common programming problems solved through Rust implementations; the Rust Cookbook offers slightly longer code samples; and both Rustlings and Excercism.io have interactive tutorials
Rust in Motion is a video series Carol and Jake are producing to introduce developers to Rust
The Rust Belt Rust conference is where Rust developers and enthusiasts from around the world will gather to discuss production Rust usage, best practices, and what’s next for Rust.
crates.io is where Rust packages reside
Rust is in production at Mozilla, Amazon, and Google