perllsp 0.13.0-rc1

Public Cargo facade for the perl-lsp language server
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! 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)]

pub use perl_lsp::*;