Skip to content
Documentation menu

Reference

IDE Setup Reference

VS Code / Cursor

  • Install rust-analyzer extension.
  • Install Even Better TOML for Cargo.toml editing.
  • Workspace-level rust-analyzer picks up the root Cargo.toml automatically; no per-crate .vscode/settings.json needed.
  • Recommended settings in .vscode/settings.json:
    {
      "rust-analyzer.cargo.features": "all",
      "rust-analyzer.checkOnSave.command": "clippy"
    }
    

RustRover

Open the repo root; it detects the workspace automatically.

trusty-tools

One Cargo workspace for the trusty-* tooling ecosystem. MIT licensed.

© 2026 · MIT · github.com/bobmatnyc/trusty-tools