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 |
#979 in Development tools
869 downloads per month
Used in 2 crates
(via ra_ap_rust-analyzer)
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.2–2MB
~45K SLoC