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

Download history 18/week @ 2024-09-20 8/week @ 2024-09-27 2/week @ 2024-10-04

1,189 downloads per month

MIT/Apache

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