4 releases

0.1.3 May 26, 2022
0.1.2 Apr 24, 2022
0.1.1 Apr 24, 2022
0.1.0 Apr 24, 2022

#16 in #bsp

MIT/Apache

145KB
3K SLoC

BSP-Server

State: Working, Unstable, feature releases might break 0.1

A build 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=bsp_server=debug to see all the messages.

inspired by lsp-server


lib.rs:

A build 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=bsp_server=trace to see all the messages.

inspired by lsp-server

Dependencies

~3–4.5MB
~114K SLoC