Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 612 Bytes

LEARNING.md

File metadata and controls

7 lines (6 loc) · 612 Bytes

Learning

  • The Rust Programming Language is a great resource for getting started with Rust as well as diving deeper into specific features of Rust.
  • Rust by Example shows you examples of the most common things you will be writing in Rust.
  • Into_rust() "Screencasts for learning Rust."
  • Rustlings "Small exercises to get you used to reading and writing Rust code."
  • The Rust User Forum answers questions of all levels