laburnum 1.17.1

An LSP framework for building language servers and compilers, powered by an incremental query tree with content-addressed storage, task-based dataflow, and parallel queries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Two Neutron Stars Incorporated and contributors
// SPDX-License-Identifier: BlueOak-1.0.0

pub mod common;
mod database_integration;
mod execution;
mod gc_wiring;
mod integration;
mod priority;
mod rpc_priority;
mod spawning;
mod workers;