husky-rs
husky-rs is a lightweight Git hook manager tailored for Rust projects.
- View husky-rs on GitHub
- Get husky-rs on crates.io (latest: v0.4.0)
Install
Add it to a Rust project (hooks are installed automatically on cargo build/cargo test once a .husky directory exists):
| |
Or install the optional CLI (provides husky init, husky add, husky list):
| |
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!