rust-library-performance-features

Installation
SKILL.md

Rust Library Performance Features

Use this skill when a Rust library needs performance work that can be measured and shipped behind clear Cargo feature boundaries.

Core Workflow

  1. Define the library operation and input sizes that matter to downstream users.
  2. Add or repair benchmarks before optimizing.
  3. Compare baseline and candidate implementations with the same harness.
  4. Use Cargo features for optional capabilities and dependencies.
  5. Test the feature matrix, including default features disabled.
  6. Document performance claims with scope and measurement commands.

Read Next

Installs
27
Repository
lvtd-llc/skills
GitHub Stars
1
First Seen
Jun 29, 2026
rust-library-performance-features — lvtd-llc/skills