From 08c2b4557b8e3fcc3270ff465a0edfa8abba0f9e Mon Sep 17 00:00:00 2001 From: Rongjian Zhang Date: Thu, 3 Nov 2022 13:17:03 +0800 Subject: [PATCH] docs: add crates section to the manual --- docs/user/manual.adoc | 6 ++++++ 1 file changed, 6 insertions(+) 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 <>. +=== 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.