Crate chan_rs

Source

Re-exports§

pub use lsp_types;

Modules§

process

Structs§

LSPError
Implementation of Response Error Response Error
LSPNotification
Implementation of LSP Notification Message Notification Message
LSPRequest
Implemetation of LSP Request Message Request Message
LSPResponse
Implementation of LSPResponse message Response Message The response message required that result and error field can’t be present on one message

Enums§

IOKind
LSPResult
Response Message
RequestId
Implemetation of LSP Request Id See

Constants§

JSON_RPC_VERSION
The base Language Server Protocol consists of content part and header part Header have 2 fields: Content-Length and Content-Type( Optional) Header part is ascii encoded Header and content part is seperated by \r\n\r\n