Module parser

Module parser 

Source
Expand description

Git log parsing utilities

This module provides functionality to parse git commits from a repository using the git2 crate.

Structsยง

CommitWithDiff
A commit with optional diff information
DiffSummary
Summary of all changes in a commit
FileDiff
Represents file changes in a commit
GitRepo
A git repository wrapper for parsing commits
WalkOptions
Configuration for walking commits