diff options
| author | bors <bors@rust-lang.org> | 2022-11-05 12:59:05 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2022-11-05 12:59:05 +0000 |
| commit | c06bbfb380add5d138e0569ba8fa1e501a596bdb (patch) | |
| tree | 985c06726e06f65e22d1ce14ccb896da007e9899 /docs | |
| parent | 25b1d6f3f938bbe0e8d08e8b0b7b91607025f64e (diff) | |
| parent | 08c2b4557b8e3fcc3270ff465a0edfa8abba0f9e (diff) | |
| download | rust-c06bbfb380add5d138e0569ba8fa1e501a596bdb.tar.gz rust-c06bbfb380add5d138e0569ba8fa1e501a596bdb.zip | |
Auto merge of #13536 - pd4d10:patch-1, r=Veykril
docs: add crates section to the manual closes #13533 Added a section to the user manual, to make it easier for users to find the correct crate.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/manual.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index c30838e5f5e..62e1c5b41b6 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -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. |
