Skip to main content

Module server

Module server 

Source
Expand description

tower-lsp LanguageServer impl (ADR-0091).

Structs§

AnalysisRequest
Backend
LSP backend state shared by every request handler.

Functions§

run_server
Synchronous entry point used by the binary subcommand (creates a tokio runtime and starts the stdio server).
run_stdio_server
Run the LSP server reading from stdin and writing to stdout.