14 releases
0.7.0 | Jan 16, 2023 |
---|---|
0.6.0 | Apr 8, 2022 |
0.5.2 | Jun 28, 2021 |
0.5.0 | Nov 16, 2020 |
0.3.0 | Nov 7, 2019 |
#26 in Development tools
55,565 downloads per month
Used in 28 crates
(25 directly)
27KB
583 lines
A language server scaffold, exposing a synchronous crossbeam-channel based API. This crate handles protocol handshaking and parsing messages, while you control the message dispatch loop yourself.
Run with RUST_LOG=lsp_server=debug
to see all the messages.
Dependencies
~1.1–1.9MB
~43K SLoC