1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-24 13:56:52 +02:00

Merge pull request #200 from jxson/master

Adds deck link for Learning systems programming with Rust.
This commit is contained in:
kud1ing 2016-09-13 09:44:22 +02:00 committed by GitHub
commit 7e35e497c7

View File

@ -709,6 +709,8 @@ See also [Rust web framework comparison](https://github.com/flosse/rust-web-fram
* Benchmarks
* [TeXitoi/benchmarksgame-rs](https://github.com/TeXitoi/benchmarksgame-rs) — Rust implementations for the [The Computer Language Benchmarks Game](http://benchmarksgame.alioth.debian.org/) [<img src="https://travis-ci.org/TeXitoi/benchmarksgame-rs.svg?branch=master">](https://travis-ci.org/TeXitoi/benchmarksgame-rs)
* Decks & Presentations
* [Learning systems programming with Rust](https://speakerdeck.com/jvns/learning-systems-programming-with-rust) - Presented by [Julia Evans](https://twitter.com/@b0rk) @ Rustconf 2016.
* Learning
* [exercism.io](http://exercism.io/languages/rust) — programming exercises that help you learn new concepts in Rust.
* [Rust by Example](http://rustbyexample.com/)