bsp-server

Crates.iobsp-server
lib.rsbsp-server
version0.1.3
sourcesrc
created_at2022-04-24 01:13:13.268401
updated_at2022-05-26 14:24:20.903243
descriptionBuild Server Protocol (Server)
homepage
repositoryhttps://github.com/tami5/build-server-protocol
max_upload_size
id572890
size55,169
(kkharji)

documentation

README

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

Commit count: 29

cargo fmt