You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: add crates section to the manual
closesrust-lang#13533
Added a section to the user manual, to make it easier for users to find the correct crate.
Copy file name to clipboardExpand all lines: docs/user/manual.adoc
+6
Original file line number
Diff line number
Diff line change
@@ -487,6 +487,12 @@ https://docs.helix-editor.com/[Helix] supports LSP by default.
487
487
However, it won't install `rust-analyzer` automatically.
488
488
You can follow instructions for installing <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>.
489
489
490
+
=== Crates
491
+
492
+
There is a package named `ra_ap_rust_analyzer` available on [crates.io](https://crates.io/crates/ra_ap_rust-analyzer), for someone who wants to use it programmatically.
493
+
494
+
For more details, see [the publish workflow](https://github.com/rust-lang/rust-analyzer/blob/master/.github/workflows/publish.yml).
0 commit comments