mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 16:13:21 -04:00
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Leonardo Neumann <leonardo@neumann.dev.br>
13 lines
579 B
XML
13 lines
579 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription lang="en">
|
|
rust-analyzer is an implementation of Language Server Protocol for the Rust programming language. It provides features like completion and goto definition for many code editors, including VS Code, Emacs and Vim.
|
|
</longdescription>
|
|
<upstream>
|
|
<doc>https://rust-analyzer.github.io/manual.html</doc>
|
|
<remote-id type="github">rust-analyzer/rust-analyzer</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|