27 releases
0.0.149 | Jan 16, 2023 |
---|---|
0.0.148 | Jan 9, 2023 |
0.0.145 | Dec 26, 2022 |
0.0.141 | Nov 28, 2022 |
0.0.122 | Jul 25, 2022 |
#339 in Text editors
1,189 downloads per month
28KB
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–2MB
~41K SLoC