//! Transport-agnostic language server core.
//!
//! Everything in this module compiles on both `cargo build`
//! (native binary) and `scripts/build-wasm.sh` (browser
//! package). The native and WASM front-ends live in [`crate::native`]
//! and [`crate::wasm`] respectively and adapt the core to their
//! transport.
pub use ;
pub use LanguageServerCore;