Skip to content

Commit

Permalink
Auto merge of rust-lang#13536 - pd4d10:patch-1, r=Veykril
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Nov 5, 2022
2 parents 25b1d6f + 08c2b45 commit c06bbfb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/user/manual.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,12 @@ https://docs.helix-editor.com/[Helix] supports LSP by default.
However, it won't install `rust-analyzer` automatically.
You can follow instructions for installing <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>.

=== Crates

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.

For more details, see [the publish workflow](https://github.com/rust-lang/rust-analyzer/blob/master/.github/workflows/publish.yml).

== Troubleshooting

Start with looking at the rust-analyzer version.
Expand Down

0 comments on commit c06bbfb

Please sign in to comment.