2020-01-15 15:41:04 +01:00
|
|
|
<p align="center">
|
2020-08-28 21:42:12 +10:00
|
|
|
<img
|
|
|
|
src="https://raw.githubusercontent.com/rust-analyzer/rust-analyzer/master/assets/logo-wide.svg"
|
|
|
|
alt="rust-analyzer logo">
|
2020-01-15 15:41:04 +01:00
|
|
|
</p>
|
2018-01-10 21:58:38 +03:00
|
|
|
|
2021-03-29 15:29:11 +02:00
|
|
|
rust-analyzer is a modular compiler frontend for the Rust language.
|
2020-07-25 00:18:21 +02:00
|
|
|
It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.
|
2018-01-10 21:58:38 +03:00
|
|
|
|
2020-02-09 13:34:56 +01:00
|
|
|
Work on rust-analyzer is sponsored by
|
2018-10-22 15:59:01 +03:00
|
|
|
|
2019-05-21 17:10:08 +03:00
|
|
|
[<img src="https://user-images.githubusercontent.com/1711539/58105231-cf306900-7bee-11e9-83d8-9f1102e59d29.png" alt="Ferrous Systems" width="300">](https://ferrous-systems.com/)
|
2019-05-21 06:27:07 -04:00
|
|
|
- [Mozilla](https://www.mozilla.org/en-US/)
|
2020-06-15 15:06:03 +02:00
|
|
|
- [Embark Studios](https://embark-studios.com/)
|
2018-10-22 15:59:01 +03:00
|
|
|
|
2020-03-05 17:26:47 +01:00
|
|
|
## Quick Start
|
2018-08-24 18:14:21 +03:00
|
|
|
|
2020-03-05 17:26:47 +01:00
|
|
|
https://rust-analyzer.github.io/manual.html#installation
|
2019-09-18 14:24:20 +03:00
|
|
|
|
2019-03-20 10:00:54 +03:00
|
|
|
## Documentation
|
2018-08-24 18:14:21 +03:00
|
|
|
|
2020-02-09 13:34:56 +01:00
|
|
|
If you want to **contribute** to rust-analyzer or are just curious about how
|
|
|
|
things work under the hood, check the [./docs/dev](./docs/dev) folder.
|
2019-01-18 12:59:08 +02:00
|
|
|
|
2019-03-20 10:00:54 +03:00
|
|
|
If you want to **use** rust-analyzer's language server with your editor of
|
2020-07-25 00:18:21 +02:00
|
|
|
choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder.
|
|
|
|
It also contains some tips & tricks to help you be more productive when using rust-analyzer.
|
2019-01-18 12:59:08 +02:00
|
|
|
|
2021-06-15 20:05:16 +03:00
|
|
|
## Security and Privacy
|
|
|
|
|
|
|
|
See the corresponding sections of [the manual](https://rust-analyzer.github.io/manual.html#security).
|
|
|
|
|
2020-05-28 10:19:01 +02:00
|
|
|
## Communication
|
2018-09-16 14:29:34 +03:00
|
|
|
|
2020-05-28 10:19:01 +02:00
|
|
|
For usage and troubleshooting requests, please use "IDEs and Editors" category of the Rust forum:
|
|
|
|
|
|
|
|
https://users.rust-lang.org/c/ide/14
|
|
|
|
|
2021-04-06 18:38:01 +03:00
|
|
|
For questions about development and implementation, join rust-analyzer working group on Zulip:
|
2018-09-16 14:29:34 +03:00
|
|
|
|
2021-04-06 18:38:01 +03:00
|
|
|
https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer
|
2018-10-09 21:30:41 +03:00
|
|
|
|
2019-03-26 15:38:46 +03:00
|
|
|
## Quick Links
|
|
|
|
|
2019-12-16 18:41:03 +01:00
|
|
|
* Website: https://rust-analyzer.github.io/
|
2020-07-25 00:18:21 +02:00
|
|
|
* Metrics: https://rust-analyzer.github.io/metrics/
|
2020-08-13 17:42:52 +02:00
|
|
|
* API docs: https://rust-analyzer.github.io/rust-analyzer/ide/
|
2021-02-28 13:19:32 +01:00
|
|
|
* Changelog: https://rust-analyzer.github.io/thisweek
|
2019-11-20 00:02:44 +03:00
|
|
|
|
2018-01-10 22:47:04 +03:00
|
|
|
## License
|
|
|
|
|
2018-09-16 15:36:09 +03:00
|
|
|
Rust analyzer is primarily distributed under the terms of both the MIT
|
|
|
|
license and the Apache License (Version 2.0).
|
2018-01-10 22:47:04 +03:00
|
|
|
|
|
|
|
See LICENSE-APACHE and LICENSE-MIT for details.
|