Name Date Size #Lines LOC

..--

LICENSE-APACHEH A D25-Apr-202510.6 KiB202169

LICENSE-MITH A D25-Apr-20251,023 2421

README.mdH A D25-Apr-20251.7 KiB5132

README.md

1<p align="center">
2  <img
3    src="https://raw.githubusercontent.com/rust-analyzer/rust-analyzer/master/assets/logo-wide.svg"
4    alt="rust-analyzer logo">
5</p>
6
7rust-analyzer is a modular compiler frontend for the Rust language.
8It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.
9
10## Quick Start
11
12https://rust-analyzer.github.io/manual.html#installation
13
14## Documentation
15
16If you want to **contribute** to rust-analyzer check out the [CONTRIBUTING.md](./CONTRIBUTING.md) or
17if you are just curious about how things work under the hood, check the [./docs/dev](./docs/dev)
18folder.
19
20If you want to **use** rust-analyzer's language server with your editor of
21choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder.
22It also contains some tips & tricks to help you be more productive when using rust-analyzer.
23
24## Security and Privacy
25
26See the corresponding sections of [the manual](https://rust-analyzer.github.io/manual.html#security).
27
28## Communication
29
30For usage and troubleshooting requests, please use "IDEs and Editors" category of the Rust forum:
31
32https://users.rust-lang.org/c/ide/14
33
34For questions about development and implementation, join rust-analyzer working group on Zulip:
35
36https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer
37
38## Quick Links
39
40* Website: https://rust-analyzer.github.io/
41* Metrics: https://rust-analyzer.github.io/metrics/
42* API docs: https://rust-lang.github.io/rust-analyzer/ide/
43* Changelog: https://rust-analyzer.github.io/thisweek
44
45## License
46
47rust-analyzer is primarily distributed under the terms of both the MIT
48license and the Apache License (Version 2.0).
49
50See LICENSE-APACHE and LICENSE-MIT for details.
51