3 releases (breaking)
Uses new Rust 2024
| new 0.3.0 | Feb 5, 2026 |
|---|---|
| 0.2.0 | Mar 27, 2025 |
| 0.1.0 | Feb 18, 2025 |
#409 in Text editors
121 downloads per month
Used in 2 crates
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 rustc_hash::FxHashMap as hashmap implementation, but can be disabled.
You can also enable the indexmap feature for preserve the order in map.
Dependencies
~0.6–2.1MB
~41K SLoC