My Open Source Project "husky-rs"

A git hook manager for Rust projects

husky-rs

husky-rs is a lightweight Git hook manager tailored for Rust projects.

Install

Add it to a Rust project (hooks are installed automatically on cargo build/cargo test once a .husky directory exists):

1
cargo add husky-rs        # or: cargo add --dev husky-rs

Or install the optional CLI (provides husky init, husky add, husky list):

1
cargo install husky-rs

Key Features

  • Easy Integration: Seamlessly integrates into your Rust projects with minimal setup.
  • Automated Efficiency: Executes automated tasks via Git hooks, improving team collaboration and productivity.
  • Flexible Customization: Supports a wide variety of Git hooks, allowing for extensive configuration to meet your project’s needs.

Explore the project on GitHub for more details and contribute to its development!

Licensed under CC BY-NC-SA 4.0
Last updated on Aug 14, 2026 00:00 UTC