lsprotocol

Crates.iolsprotocol
lib.rslsprotocol
version1.0.0-alpha.2
sourcesrc
created_at2023-11-15 22:59:12.02648
updated_at2024-10-04 20:43:55.028239
descriptionRust types for Language Server Protocol generated from LSP specification.
homepage
repositoryhttps://github.com/microsoft/lsprotocol
max_upload_size
id1036976
size433,804
vscode-crates-owners (github:microsoft:vscode-crates-owners)

documentation

https://microsoft.github.io/language-server-protocol

README

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"]}

Commit count: 189

cargo fmt