GitPolicyEnforcer 0.3.0

GitPolicyEnforcer is a command-line tool that helps you enforce Git policies through Git hooks, both server and client side
Documentation
1
2
3
pub trait HookData {
    fn get_data(input: &str) -> Self;
}