Rust Plugin

Rust development - cargo, clippy, testing, memory safety

by @laurigates 8 skills

Skills in this plugin

8
  1. Cargo Machete · laurigates bundle
    cargo-machete: detect unused Rust dependencies. Use when auditing Cargo.toml, optimizing build times, or cleaning up dependency bloat.
    1 install
  2. Cargo Nextest · laurigates
    cargo-nextest: fast Rust test runner with parallel execution and advanced filtering. Use when running tests, setting up CI, or diagnosing flaky/slow tests.
    1 install
  3. Cargo Generate · laurigates
    cargo-generate: scaffold a project from a git template repo. Use when bootstrapping a Rust or Bevy project from a template, or authoring one.
    1 install
  4. Cargo Llvm Cov · laurigates
    cargo-llvm-cov: Rust code coverage with LLVM instrumentation. Use when measuring coverage, enforcing thresholds, generating reports, or integrating codecov/coveralls.
    1 install
  5. Clippy Advanced · laurigates bundle
    Advanced Clippy configuration for Rust — custom rules, pedantic/nursery lints, clippy.toml, IDE and CI integration. Use when configuring or enforcing lint standards.
    0 installs
  6. Rust Development · laurigates bundle
    Rust development — cargo, clippy, rustfmt, async, Tokio, Serde, memory safety. Use when mentioning Rust, cargo, ownership, lifetimes, fearless concurrency, or async programming.
    1 install
  7. Mockito HTTP Mocking · laurigates
    mockito HTTP mocking for Rust integration tests: expectation semantics, mock matching order, and taming polling clients against instant mock servers. Use when mocking an HTTP API in Rust tests, when a wait-until-matched loop hangs, or when tests pass alone but hang under concurrent load.
    1 install
  8. Cargo Worktree Builds · laurigates
    Share one CARGO_TARGET_DIR across parallel git-worktree agents so Rust deps compile once. Use when running cargo/clippy/test in several worktrees concurrently, when parallel agent builds rebuild dependencies N times, or when N worktrees blow up disk with N copies of target/.
    1 install