bsp-server 0.1.3

Build Server Protocol (Server)
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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