From f6edf93d2767c8b8786f0e2922158d924ec37136 Mon Sep 17 00:00:00 2001 From: Mark Sta Ana Date: Fri, 22 Jul 2016 13:51:30 +0100 Subject: [PATCH] Add exercism.io and add a Learning sub category --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd0a8ef..624adc9 100644 --- a/README.md +++ b/README.md @@ -662,15 +662,18 @@ 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) +* Learning + * [exercism.io](http://exercism.io/languages/rust) - programming exercises that help you learn new concepts in Rust. + * [Rust by Example](http://rustbyexample.com/) + * [rust-learning](https://github.com/ctjhoa/rust-learning) — a collection of useful resources to learn Rust + * [Rustlings](https://github.com/carols10cents/rustlings) — small exercises to get you used to reading and writing Rust code * Podcasts * [New Rustacean](http://www.newrustacean.com) — a podcast about learning Rust * [Rusty Radio](http://rustyrad.io) — covering the rust ecosystem -* [Rust by Example](http://rustbyexample.com/) * [RustCamp 2015 Talks](http://confreaks.tv/events/rustcamp2015) * [Rust Design Patterns](https://github.com/nrc/patterns) * [Rust Guidelines](http://aturon.github.io/) -* [rust-learning](https://github.com/ctjhoa/rust-learning) — a collection of useful resources to learn Rust -* [Rustlings](https://github.com/carols10cents/rustlings) — small exercises to get you used to reading and writing Rust code + ## License