gitkraft-core 0.6.2

Shared core logic for GitKraft — domain models, git operations, repository management
Documentation
1
2
3
4
5
6
7
8
//! Log browsing and commit search operations.
//!
//! This feature module has no types of its own — it uses
//! [`CommitInfo`](super::commits::CommitInfo) from the commits feature.

pub mod ops;

pub use ops::{get_log, search_commits};