1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-02-08 20:00:30 +02:00

Update Speaker Notes in modern.md (#206)

Adding a mention of LSP and rust-analyzer
This commit is contained in:
Igor Petruk 2023-01-23 16:12:24 +00:00 committed by GitHub
parent 1f37933b8b
commit c116ef8567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ Rust is built with all the experience gained in the last 40 years.
* Great compiler errors.
* Built-in dependency manager.
* Built-in support for testing.
* Excellent Language Server Protocol support.
<details>
@ -53,9 +54,13 @@ Key points:
Discovering good third-party crates can be a problem. Sites like
<https://lib.rs/> help with this by letting you compare health metrics for
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/
[rusttls]: https://docs.rs/rustls/
[serde_json]: https://docs.rs/serde_json/
[rust-analyzer]: https://rust-analyzer.github.io/
</details>