1 unstable release
new 0.1.0 | Feb 18, 2025 |
---|
#182 in Text editors
375KB
4K
SLoC
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.
Dependencies
~0.6–2MB
~41K SLoC