Registry / utility / rusty-hook

rusty-hook

JSON →
library0.11.2rscratesunverified

Git hook utility.

# Cargo.toml [dependencies] rusty-hook = "0.11.2"
INSTALL
IMPORT
SIG · RUSTY-HOOK
R
rusty-hook
utilityrustv0.11.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Hook
use rusty_hook::Hook;

Run a git hook programmatically.

use rusty_hook::Hook; fn main() { let hook = Hook::new("pre-commit"); hook.run().unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
rusty-hook — cargo add rusty-hook · libregistry