Expand description
LSP 3.18 and LSIF protocol coverage matrices. Protocol coverage matrices for LSP 3.18 and LSIF.
This module hosts two sub-modules that independently measure how much of each respective protocol the lsp-max implementation covers. Both are derived from authoritative specs rather than hand-maintained lists.
Re-exports§
pub use lsp_coverage::lsp_coverage;pub use lsp_coverage::CoverageReport;pub use lsp_coverage::IMPLEMENTED_METHODS;
Modules§
- lsp_
coverage - LSP 3.18 protocol coverage matrix.