Crates.io | lspt |
lib.rs | lspt |
version | 0.2.0 |
created_at | 2025-02-18 15:02:56.110838+00 |
updated_at | 2025-03-27 06:44:57.558092+00 |
description | Language Server Protocol (LSP) types made easy. |
homepage | |
repository | https://github.com/g-plane/lspt |
max_upload_size | |
id | 1560019 |
size | 387,294 |
Types of Language Server Protocol.
To use proposed types, enable the proposed
feature. This is disabled by default.
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
.
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.