lspt

Crates.iolspt
lib.rslspt
version0.2.0
created_at2025-02-18 15:02:56.110838+00
updated_at2025-03-27 06:44:57.558092+00
descriptionLanguage Server Protocol (LSP) types made easy.
homepage
repositoryhttps://github.com/g-plane/lspt
max_upload_size
id1560019
size387,294
Pig Fang (g-plane)

documentation

README

lspt

Types of Language Server Protocol.

Proposed Types

To use proposed types, enable the proposed feature. This is disabled by default.

URI Implementation

By default, this library uses [String] as URI. If this doesn't satisfy your requirements, enable the url feature and it will switch to url::Url.

Hashmap Implementation

By default, this library uses [std::collections::HashMap] as hashmap implementation.

You can enable the rustc-hash feature for faster hashing, or enable the indexmap feature for preserve the order in map. Or, enable both of them.

Commit count: 42

cargo fmt