Skip to content

Commit

Permalink
Add "Crust of Rust" series
Browse files Browse the repository at this point in the history
A series that goes in-depth into some of the more
intermediate Rust concepts, such as lifetime annotations, iterators, and
interior mutability.
  • Loading branch information
ameykusurkar authored and ctjhoa committed Sep 3, 2020
1 parent df54ae5 commit 5186b1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ The main documentation is always the best beginning, so if you haven't read yet,
* [Rust Advent of Code 2019](https://www.youtube.com/playlist?list=PLQXBtq4j4Ozkx3r4eoMstdkkOG98qpBfg) - Brian Myers
* [The Rust Programming Language | Tutorials](https://www.youtube.com/playlist?list=PLK_g1a_cAfaaAO6io1Tluy7EZXhAAK1lC) - danlogs
* [Ryan Levick's Rust Stream](https://www.youtube.com/channel/UCpeX4D-ArTrsqvhLapAHprQ/videos) - Ryan Levick
* [Crust of Rust](https://www.youtube.com/playlist?list=PLqbS7AVVErFiWDOAVrPt7aYmnuuOLYvOa) - Jon Gjengset

### Presentations

Expand Down

0 comments on commit 5186b1a

Please sign in to comment.