From 774b12fbb29601aead544042c7785c6edc5648bf Mon Sep 17 00:00:00 2001 From: "Giovanni T. Parra" Date: Tue, 22 Aug 2017 13:09:59 -0300 Subject: [PATCH] add Module Linker. (#328) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02f864a..b427f91 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [frewsxcv/crate-deps](https://github.com/frewsxcv/crate-deps) — generates images of dependency graphs for crates hosted on crates.io * [git-journal](https://github.com/saschagrunert/git-journal/) — The Git Commit Message and Changelog Generation Framework [](https://travis-ci.org/saschagrunert/git-journal) * [killercup/rustfix](https://github.com/killercup/rustfix) — automatically applies the suggestions made by rustc [](https://travis-ci.org/killercup/rustfix) +* [Module Linker](http://fiatjaf.alhur.es/module-linker/#/rust) — Extension that adds `` links to references in `mod`, `use` and `extern crate` statements at GitHub. * [Racer](https://github.com/racer-rust/racer) — code completion for Rust [](https://travis-ci.org/phildawes/racer) * [rustfmt](https://github.com/rust-lang-nursery/rustfmt) — a Rust code formatter [](https://travis-ci.org/rust-lang-nursery/rustfmt) * [Rustup](https://github.com/rust-lang-nursery/rustup.rs) — the Rust toolchain installer [](https://travis-ci.org/rust-lang-nursery/rustup.rs)