You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-25 02:06:46 +02:00
Update Speaker Notes in modern.md (#206)
Adding a mention of LSP and rust-analyzer
This commit is contained in:
@ -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>
|
||||||
|
|
||||||
@ -53,9 +54,13 @@ Key points:
|
|||||||
Discovering good third-party crates can be a problem. Sites like
|
Discovering good third-party crates can be a problem. Sites like
|
||||||
<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>
|
||||||
|
Reference in New Issue
Block a user