monarch-rs 0.1.0

Advanced Git Management Suite for handling multiple repositories concurrently
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Git hook management functionality

/// Types and structures for hook management
pub mod types;

/// Hook creation and manipulation
pub mod creator;

/// Hook analysis and similarity detection
pub mod analyzer;

/// Hook template management
pub mod templates;