//! Public Cargo facade for the `perllsp` language server.
//!//! Install the server with:
//!//! ```bash
//! cargo install perllsp
//! ```
//!//! That installs the `perllsp` binary while delegating the implementation to
//! the `perl-lsp-rs` crate.
#![deny(unsafe_code)]pubuseperl_lsp::*;