Module protocol

Module protocol 

Source
Expand description

§============================================================================= Protocol Handlers

Every LSP method will map to a Rust module inside this tree. The Lua implementation dynamically transformed method names into module paths; in Rust we will keep a static registry for clarity and compile-time checking.

Modules§

diagnostics
text_document
============================================================================= textDocument/* Handlers
workspace
============================================================================= workspace/* Handlers

Structs§

NotificationSpec
RequestSpec

Enums§

AdapterResult

Functions§

route_notification
route_request

Type Aliases§

ResponseAdapter