lsprotocol 1.0.0-alpha.2

Rust types for Language Server Protocol generated from LSP specification.
docs.rs failed to build lsprotocol-1.0.0-alpha.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

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