diff options
author | Aleksey Kladov <[email protected]> | 2020-07-24 23:18:21 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-24 23:18:21 +0100 |
commit | 2aa9d4a699c666b1305e4fd33b6a7861b227a4dc (patch) | |
tree | 74bb0e9ccaec846efcbcd959a6de69aedc45ac5e | |
parent | 101cdc57c2eaec7c98213cf8babcad6c6342a144 (diff) |
Link metrics
-rw-r--r-- | README.md | 14 |
1 files changed, 6 insertions, 8 deletions
@@ -2,11 +2,8 @@ | |||
2 | <img src="https://user-images.githubusercontent.com/1711539/72443316-5a79f280-37ae-11ea-858f-035209ece2dd.png" alt="rust-analyzer logo"> | 2 | <img src="https://user-images.githubusercontent.com/1711539/72443316-5a79f280-37ae-11ea-858f-035209ece2dd.png" alt="rust-analyzer logo"> |
3 | </p> | 3 | </p> |
4 | 4 | ||
5 | rust-analyzer is an **experimental** modular compiler frontend for the Rust | 5 | rust-analyzer is an **experimental** modular compiler frontend for the Rust language. |
6 | language. It is a part of a larger rls-2.0 effort to create excellent IDE | 6 | It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust. |
7 | support for Rust. If you want to get involved, check the rls-2.0 working group: | ||
8 | |||
9 | https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0 | ||
10 | 7 | ||
11 | Work on rust-analyzer is sponsored by | 8 | Work on rust-analyzer is sponsored by |
12 | 9 | ||
@@ -25,8 +22,8 @@ If you want to **contribute** to rust-analyzer or are just curious about how | |||
25 | things work under the hood, check the [./docs/dev](./docs/dev) folder. | 22 | things work under the hood, check the [./docs/dev](./docs/dev) folder. |
26 | 23 | ||
27 | If you want to **use** rust-analyzer's language server with your editor of | 24 | If you want to **use** rust-analyzer's language server with your editor of |
28 | choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder. It also contains some tips & tricks to help | 25 | choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder. |
29 | you be more productive when using rust-analyzer. | 26 | It also contains some tips & tricks to help you be more productive when using rust-analyzer. |
30 | 27 | ||
31 | ## Communication | 28 | ## Communication |
32 | 29 | ||
@@ -40,8 +37,9 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frls-2.2E0 | |||
40 | 37 | ||
41 | ## Quick Links | 38 | ## Quick Links |
42 | 39 | ||
43 | * API docs: https://rust-analyzer.github.io/rust-analyzer/ra_ide/ | ||
44 | * Website: https://rust-analyzer.github.io/ | 40 | * Website: https://rust-analyzer.github.io/ |
41 | * Metrics: https://rust-analyzer.github.io/metrics/ | ||
42 | * API docs: https://rust-analyzer.github.io/rust-analyzer/ra_ide/ | ||
45 | 43 | ||
46 | ## License | 44 | ## License |
47 | 45 | ||