docs.rs failed to build perllsp-0.13.3
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.
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:
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