mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-26 01:04:35 +02:00
Update Speaker Notes in modern.md (#206)
Adding a mention of LSP and rust-analyzer
This commit is contained in:
parent
1f37933b8b
commit
c116ef8567
@ -14,6 +14,7 @@ Rust is built with all the experience gained in the last 40 years.
|
|||||||
* Great compiler errors.
|
* Great compiler errors.
|
||||||
* Built-in dependency manager.
|
* Built-in dependency manager.
|
||||||
* Built-in support for testing.
|
* Built-in support for testing.
|
||||||
|
* Excellent Language Server Protocol support.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
@ -54,8 +55,12 @@ Key points:
|
|||||||
<https://lib.rs/> help with this by letting you compare health metrics for
|
<https://lib.rs/> help with this by letting you compare health metrics for
|
||||||
crates to find a good and trusted one.
|
crates to find a good and trusted one.
|
||||||
|
|
||||||
|
* [rust-analyzer] is a well supported LSP implementation used in major
|
||||||
|
IDEs and text editors.
|
||||||
|
|
||||||
[rand]: https://docs.rs/rand/
|
[rand]: https://docs.rs/rand/
|
||||||
[rusttls]: https://docs.rs/rustls/
|
[rusttls]: https://docs.rs/rustls/
|
||||||
[serde_json]: https://docs.rs/serde_json/
|
[serde_json]: https://docs.rs/serde_json/
|
||||||
|
[rust-analyzer]: https://rust-analyzer.github.io/
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user