//! lspf — a Rust framework for building extensible LSP language servers.
//!
//! See `CONTEXT.md` and `docs/adr/` at the repository root for the domain
//! language and the architectural decisions that shape this crate.
pub use Context;
pub use ;
pub use ;
pub use LanguageServer;
pub use ;
/// Cancellation primitive passed to every request handler (ADR 0007).
pub use CancellationToken;