Crates.io | bsp-server |
lib.rs | bsp-server |
version | 0.1.3 |
source | src |
created_at | 2022-04-24 01:13:13.268401 |
updated_at | 2022-05-26 14:24:20.903243 |
description | Build Server Protocol (Server) |
homepage | |
repository | https://github.com/tami5/build-server-protocol |
max_upload_size | |
id | 572890 |
size | 55,169 |
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