dev-mutate 0.9.2

Mutation testing for Rust. Wraps cargo-mutants: kill rate, surviving-mutant evidence, kill-rate threshold gating. Detects tests that pass without asserting. Part of the dev-* verification collection.
Documentation
# Development
/dev
/.dev
DIRECTIVE.md
DIRECTIVES.md
PLANNING.md

# Rust/Cargo Build Artifacts
/target/
**/*.rs.bk

# Dependencies
/node_modules/
/vendor/

# Editor & OS Junk
/.vscode
.DS_Store
.Spotlight-V100
.Trash-*
.Trashes
.directory
.LSOverride
.AppleDouble
Desktop.ini
ehthumbs.db
Thumbs.db
$RECYCLE.BIN/

# Environment & Secrets
.env
/config/
storage/*.key
Homestead.yaml
Homestead.json
/config.json

# Sublime Text & Other IDEs
*.tmlanguage.cache
*.tmPreferences.cache
*.stTheme.cache
*.sublime-workspace
*.sublime-project
._*
# Library crate — lockfile is regenerated per consumer build,
# not part of the published API. Tracked only on the bin-shipping dev-ci.
Cargo.lock