From c7be66aa16c357da4513318e55a84dbfdf5a3c09 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Thu, 1 Oct 2015 10:31:59 +0200 Subject: [PATCH] add Rustlings --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9a8ed5a..c034bc1 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,7 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) and [Rust web framew * [The Rust FFI Omnibus](http://jakegoulding.com/rust-ffi-omnibus/) — a collection of examples of using code written in Rust from other languages. * [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 * [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) ## Development tools