Resources

Tutorials

Linked List An in depth guide on how to implement a linked list in Rust

Tic-Tac-Toe This project is heavily commented and is an example of idiomatic and well written Rust.

Rust Community

Official subreddit

Subreddit for beginners

Discord

Weekly newsletter

References

Language reference

Guide for changes in 2018 edition of Rust (This should only be needed for converting old code)

Other

Playground

Rust: A Unique Perspective