1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-21 10:45:55 +02:00

Merge pull request #515 from aparij/patch-1

adding a learning resource
This commit is contained in:
Lukáš Hozda [magnusi] 2018-08-26 19:09:46 +02:00 committed by GitHub
commit 9e64932e82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1166,6 +1166,7 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c
* [Rustlings](https://github.com/rustlings/rustlings) — small exercises to get you used to reading and writing Rust code
* [stdx](https://github.com/brson/stdx) — Learn these crates first as an extension to std
* [University of Pennsylvania's Comp Sci Rust Programming Course](http://cis198-2016s.github.io/schedule/)
* [Build a language VM] (https://blog.subnetzero.io/post/building-language-vm-part-00/)
* Podcasts
* [New Rustacean](https://newrustacean.com) — a podcast about learning Rust
* [RustCamp 2015 Talks](http://confreaks.tv/events/rustcamp2015)