lsp-max 26.7.1

Law-state LSP runtime: max LSP 3.18 coverage, process-mining conformance, receipt-chain admission
Documentation
1
2
3
4
5
6
7
8
9
pub mod builder;
pub mod client;
pub mod server_handle;
#[cfg(test)]
mod tests;

pub use builder::ClientBuilder;
pub use client::{ClientError, LanguageClient};
pub use server_handle::ServerHandle;