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

#17 in #scaffold

Download history 4/week @ 2024-07-12

65 downloads per month

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

~2.9–4.5MB
~105K SLoC