mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-09 20:30:33 -04:00
13 lines
580 B
XML
13 lines
580 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://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>
|