add phildawes/racer

This commit is contained in:
kud1ing 2015-05-08 08:09:30 +02:00
parent 4e86870bf0
commit 1bafbeee3a

View file

@ -25,7 +25,7 @@ Only projects that are stable and useful to users are added. Projects that do no
- [Network programming](#network-programming)
- [Platform specific](#platform-specific)
- [Template engine](#template-engine)
- [Testing](#testing)cl
- [Testing](#testing)
- [Text processing](#text-processing)
- [Web programming](#web-programming)
- [Resources](#resources)
@ -257,6 +257,7 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/)
* [crabtw/rust-bindgen](https://github.com/crabtw/rust-bindgen) — a Rust bindings generator [<img src="https://travis-ci.org/crabtw/rust-bindgen.svg?branch=master">](https://travis-ci.org/crabtw/rust-bindgen)
* [Manishearth/rust-clippy](https://github.com/Manishearth/rust-clippy) — a collection of lints that catch newbie mistakes and oversights during the build
* [nrc/rustfmt](https://github.com/nrc/rustfmt) — a Rust code formatter [<img src="https://travis-ci.org/nrc/rustfmt.svg?branch=master">](https://travis-ci.org/nrc/rustfmt)
* [phildawes/racer](https://github.com/phildawes/racer) — code completion for Rust [<img src="https://travis-ci.org/phildawes/racer.svg?branch=master">](https://travis-ci.org/phildawes/racer)
### IDE