Files
dotfiles/claude/.claude/plugins/cache/claude-plugins-official/rust-analyzer-lsp/1.0.0/README.md
Jonas H a820de87be claude
2026-05-10 09:34:17 +02:00

701 B

rust-analyzer-lsp

Rust language server for Claude Code, providing code intelligence and analysis.

Supported Extensions

.rs

Installation

rustup component add rust-analyzer

Via Homebrew (macOS)

brew install rust-analyzer

Via package manager (Linux)

# Ubuntu/Debian
sudo apt install rust-analyzer

# Arch Linux
sudo pacman -S rust-analyzer

Manual download

Download pre-built binaries from the releases page.

More Information