Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 349 Bytes

File metadata and controls

11 lines (7 loc) · 349 Bytes

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 = {}