rust-analyzer/README.md

47 lines
1.7 KiB
Markdown
Raw Normal View History

2020-01-15 14:41:04 +00:00
<p align="center">
<img src="https://user-images.githubusercontent.com/1711539/72443316-5a79f280-37ae-11ea-858f-035209ece2dd.png" alt="rust-analyzer logo">
</p>
2018-01-10 18:58:38 +00:00
rust-analyzer is an **experimental** modular compiler frontend for the Rust
2019-02-12 14:55:02 +00:00
language. It is a part of a larger rls-2.0 effort to create excellent IDE
2020-01-29 12:25:32 +00:00
support for Rust. If you want to get involved, check the rls-2.0 working group:
2018-01-10 19:49:22 +00:00
2020-01-29 12:25:32 +00:00
https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0
2018-01-10 18:58:38 +00:00
Work on rust-analyzer is sponsored by
2018-10-22 12:59:01 +00:00
2019-05-21 14:10:08 +00: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 10:27:07 +00:00
- [Mozilla](https://www.mozilla.org/en-US/)
2020-01-10 14:07:27 +00:00
- [freiheit.com](https://www.freiheit.com)
2018-10-22 12:59:01 +00:00
2020-03-05 16:26:47 +00:00
## Quick Start
2018-08-24 15:14:21 +00:00
2020-03-05 16:26:47 +00:00
https://rust-analyzer.github.io/manual.html#installation
2019-09-18 11:24:20 +00:00
2019-03-20 07:00:54 +00:00
## Documentation
2018-08-24 15:14:21 +00: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-03-20 07:00:54 +00:00
If you want to **use** rust-analyzer's language server with your editor of
2020-03-05 16:26:47 +00:00
choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder. It also contains some tips & tricks to help
2019-03-20 07:00:54 +00:00
you be more productive when using rust-analyzer.
2019-02-12 14:55:02 +00:00
## Getting in touch
2018-09-16 11:29:34 +00:00
2019-02-12 14:55:02 +00:00
We are on the rust-lang Zulip!
2018-09-16 11:29:34 +00:00
2019-02-12 14:55:02 +00:00
https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frls-2.2E0
2018-10-09 18:30:41 +00:00
2019-03-26 12:38:46 +00:00
## Quick Links
2019-11-27 18:32:33 +00:00
* API docs: https://rust-analyzer.github.io/rust-analyzer/ra_ide/
2019-12-16 17:41:03 +00:00
* Website: https://rust-analyzer.github.io/
2019-11-19 21:02:44 +00:00
2018-01-10 19:47:04 +00:00
## License
2018-09-16 12:36:09 +00:00
Rust analyzer is primarily distributed under the terms of both the MIT
license and the Apache License (Version 2.0).
2018-01-10 19:47:04 +00:00
See LICENSE-APACHE and LICENSE-MIT for details.