mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-01-03 05:10:17 +02:00
organize
This commit is contained in:
parent
6c7f3999c2
commit
93b9bd0222
@ -37,6 +37,7 @@ The goal is to have only projects that are mostly stable and useful to users.
|
|||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
- [Development Tools](#development-tools)
|
- [Development Tools](#development-tools)
|
||||||
- [IDEs](#ides)
|
- [IDEs](#ides)
|
||||||
|
- [Profiling](#profiling)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
## Applications written in Rust
|
## Applications written in Rust
|
||||||
@ -391,9 +392,6 @@ See also [http://arewewebyet.com/](http://arewewebyet.com/) and [Rust web framew
|
|||||||
* [Manishearth/rust-clippy](https://github.com/Manishearth/rust-clippy) — a collection of lints that catch newbie mistakes and oversights during the build [<img src="https://travis-ci.org/Manishearth/rust-clippy.svg?branch=master">](https://travis-ci.org/Manishearth/rust-clippy)
|
* [Manishearth/rust-clippy](https://github.com/Manishearth/rust-clippy) — a collection of lints that catch newbie mistakes and oversights during the build [<img src="https://travis-ci.org/Manishearth/rust-clippy.svg?branch=master">](https://travis-ci.org/Manishearth/rust-clippy)
|
||||||
* [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)
|
* [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)
|
* [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)
|
||||||
* Profiling
|
|
||||||
* FlameGraph
|
|
||||||
* [mrhooray/torch](https://github.com/mrhooray/torch)
|
|
||||||
|
|
||||||
### IDEs
|
### IDEs
|
||||||
|
|
||||||
@ -406,6 +404,10 @@ See also [http://areweideyet.com/](http://areweideyet.com/).
|
|||||||
* [Vektah/idea-rust](https://github.com/Vektah/idea-rust) — an [IntelliJ](https://www.jetbrains.com/idea/)-based IDE for Rust [<img src="https://travis-ci.org/Vektah/idea-rust.svg?branch=master">](https://travis-ci.org/Vektah/idea-rust)
|
* [Vektah/idea-rust](https://github.com/Vektah/idea-rust) — an [IntelliJ](https://www.jetbrains.com/idea/)-based IDE for Rust [<img src="https://travis-ci.org/Vektah/idea-rust.svg?branch=master">](https://travis-ci.org/Vektah/idea-rust)
|
||||||
* [Visual Studio Code](https://code.visualstudio.com/)
|
* [Visual Studio Code](https://code.visualstudio.com/)
|
||||||
|
|
||||||
|
### Profiling
|
||||||
|
|
||||||
|
* [mrhooray/torch](https://github.com/mrhooray/torch) — generates FlameGraphs
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user