From 4d56eba01290f99d880afd6b0127ea2e7eddb4ca Mon Sep 17 00:00:00 2001 From: Vlad Date: Fri, 23 Oct 2015 12:56:42 +0300 Subject: [PATCH] add multirust-rs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1620195..6dd34d0 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,7 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) and [Rust web framew ## Development tools * [brson/multirust](https://github.com/brson/multirust) — manage multiple Rust installations [](https://travis-ci.org/brson/multirust) +* [Diggsey/multirust-rs](https://github.com/Diggsey/multirust-rs) - reimplementation of multirust in rust [](https://travis-ci.org/Diggsey/multirust-rs) * [crabtw/rust-bindgen](https://github.com/crabtw/rust-bindgen) — a Rust bindings generator [](https://travis-ci.org/crabtw/rust-bindgen) * [dan-t/rusty-tags](https://github.com/dan-t/rusty-tags) — create ctags/etags for a cargo project and all of its dependencies [](https://travis-ci.org/dan-t/rusty-tags) * [ellisonch/rust-stopwatch](https://github.com/ellisonch/rust-stopwatch) — a stopwatch library for Rust. Used to time things. [](https://travis-ci.org/ellisonch/rust-stopwatch)