From 063e8507e13d18fc13e0de253ad31f868d141e10 Mon Sep 17 00:00:00 2001 From: Jason Campbell Date: Mon, 12 Sep 2016 11:05:22 -0700 Subject: [PATCH] Adds deck link for Learning systems programming with Rust. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5a777e1..66e1101 100644 --- a/README.md +++ b/README.md @@ -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/) [](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/)