Skip to content

Commit c06bbfb

Browse files
committed
Auto merge of rust-lang#13536 - pd4d10:patch-1, r=Veykril
docs: add crates section to the manual closes rust-lang#13533 Added a section to the user manual, to make it easier for users to find the correct crate.
2 parents 25b1d6f + 08c2b45 commit c06bbfb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/user/manual.adoc

+6
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,12 @@ https://docs.helix-editor.com/[Helix] supports LSP by default.
487487
However, it won't install `rust-analyzer` automatically.
488488
You can follow instructions for installing <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>.
489489

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).
495+
490496
== Troubleshooting
491497

492498
Start with looking at the rust-analyzer version.

0 commit comments

Comments
 (0)