mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-27 11:44:52 -05:00
fix
This commit is contained in:
parent
62da6c00d6
commit
0052049a71
1 changed files with 2 additions and 2 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)
|
||||
- [Testing](#testing)cl
|
||||
- [Text processing](#text-processing)
|
||||
- [Web programming](#web-programming)
|
||||
- [Resources](#resources)
|
||||
|
@ -251,8 +251,8 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/)
|
|||
## Tools
|
||||
|
||||
* [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)
|
||||
*[Manishearth/rust-clippy](https://github.com/Manishearth/rust-clippy) — a collection of lints that catch newbie mistakes and oversights during the build
|
||||
|
||||
### IDE
|
||||
|
||||
|
|
Loading…
Reference in a new issue