zircote/rust-lsp

7 stars · Last commit 2026-03-30

Claude Code plugin for Rust development with rust-analyzer, clippy, rustfmt, and cargo-audit

README preview

# rust-lsp

[![Version](https://img.shields.io/badge/version-0.1.2-blue.svg)](CHANGELOG.md)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![Claude Plugin](https://img.shields.io/badge/claude-plugin-orange.svg)](https://docs.anthropic.com/en/docs/claude-code/plugins)
[![Marketplace](https://img.shields.io/badge/marketplace-zircote--lsp-purple.svg)](https://github.com/zircote/lsp-marketplace)
[![Rust](https://img.shields.io/badge/Rust-000000?logo=rust&logoColor=white)](https://www.rust-lang.org/)
[![CI](https://github.com/zircote/rust-lsp/actions/workflows/ci.yml/badge.svg)](https://github.com/zircote/rust-lsp/actions/workflows/ci.yml)

A Claude Code plugin providing comprehensive Rust development support through:

- **rust-analyzer LSP** integration for IDE-like features
- **16 automated hooks** for code quality, security, and analysis
- **Cargo tool ecosystem** integration

## Quick Setup

```bash
# Run the setup command (after installing the plugin)
/setup

View full repository on GitHub →