From aff96d4ec55e05e0c92724b9b6c5d6268e6e2a91 Mon Sep 17 00:00:00 2001 From: N-006 Date: Wed, 18 Jan 2017 20:11:29 +0200 Subject: [PATCH] Add Rust Language Server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 474eb4d..3880f93 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ See also [Friends of Rust](https://www.rust-lang.org/friends.html) (organization * [Racer](https://github.com/phildawes/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) +* [Rust Language Server](https://github.com/jonathandturner/rls) — a server that runs in the background, providing IDEs, editors, and other tools with information about Rust programs * [rst](https://github.com/vitiral/rst) — the requirements tracking tool made for developers [](https://travis-ci.org/vitiral/rst) * [semantic-rs](https://github.com/semantic-rs/semantic-rs) — automatic crate publishing [](https://travis-ci.org/semantic-rs/semantic-rs)