gitkraft-core 0.7.2

Shared core logic for GitKraft — domain models, git operations, repository management
Documentation
1
2
3
4
5
6
7
//! Branch feature — types and operations for Git branches.

pub mod ops;
pub mod types;

pub use ops::*;
pub use types::*;