perllsp 0.13.2

Public Cargo facade for the perl-lsp language server
docs.rs failed to build perllsp-0.13.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: perllsp-0.12.2

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:

cargo install perllsp

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

perllsp --version
perllsp --health
perllsp --stdio

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