aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-24 23:18:21 +0100
committerAleksey Kladov <[email protected]>2020-07-24 23:18:21 +0100
commit2aa9d4a699c666b1305e4fd33b6a7861b227a4dc (patch)
tree74bb0e9ccaec846efcbcd959a6de69aedc45ac5e /README.md
parent101cdc57c2eaec7c98213cf8babcad6c6342a144 (diff)
Link metrics
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/README.md b/README.md
index 7ba705e73..16c980400 100644
--- a/README.md
+++ b/README.md
@@ -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
5rust-analyzer is an **experimental** modular compiler frontend for the Rust 5rust-analyzer is an **experimental** modular compiler frontend for the Rust language.
6language. It is a part of a larger rls-2.0 effort to create excellent IDE 6It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.
7support for Rust. If you want to get involved, check the rls-2.0 working group:
8
9https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0
10 7
11Work on rust-analyzer is sponsored by 8Work 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
25things work under the hood, check the [./docs/dev](./docs/dev) folder. 22things work under the hood, check the [./docs/dev](./docs/dev) folder.
26 23
27If you want to **use** rust-analyzer's language server with your editor of 24If you want to **use** rust-analyzer's language server with your editor of
28choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder. It also contains some tips & tricks to help 25choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder.
29you be more productive when using rust-analyzer. 26It 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