#client #protocols #version #language-server #lsp

lsprotocol

Rust types for Language Server Protocol generated from LSP specification

2 releases

0.1.0-alpha.2 Jan 19, 2024
0.1.0-alpha.1 Nov 15, 2023

#1413 in Network programming

35 downloads per month

MIT license

420KB
5.5K SLoC

Language Server Protocol types for Rust

This package contains Language Server Protocol types for Rust generated from the LSP specification. It is intended to be used by Rust language servers and clients. This includes types from latest version of the specification including proposed types.

Usage

[dependencies]
lsprotocol = { features = ["proposed"]}

Dependencies

~0–680KB
~18K SLoC