mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-13 23:57:07 +00:00
add phildawes/racer
This commit is contained in:
parent
4e86870bf0
commit
1bafbeee3a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue