Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/user/manual.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// IMPORTANT: the master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository

= User Manual
:toc: preamble
:sectanchors:
Expand All @@ -8,6 +6,10 @@
:source-highlighter: rouge
:experimental:

////
IMPORTANT: the master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
////

At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over time.
This manual focuses on a specific usage of the library -- running it as part of a server that implements the
https://microsoft.github.io/language-server-protocol/[Language Server Protocol] (LSP).
Expand Down