perllsp
perllsp is the Cargo package for the perllsp language server command.
If you want the Perl language server binary, this is the package to install:
That installs the perllsp binary.
Why this crate exists
The implementation crate is published as perl-lsp-rs, but
the user-facing Cargo package is perllsp. This crate keeps install docs and docs.rs routing
simple while delegating the actual server implementation to perl-lsp-rs.
Quick start
Library facade
This crate re-exports the perl-lsp-rs library surface so docs.rs and Cargo users land on the
public package name first.
Related crates
perl-lsp-rs: implementation crate for the language serverperl-parser: parser and analysis engineperl-dap: Perl debug adapter