git-stratum 0.3.2

High(er) level repository for mining git repositories, this library abstracts git2-rs for efficient processing.
Documentation
# A standard pre-commit file that can be copy and pasted from a script to
# save setting it up for every project.
repos:
-   repo: https://github.com/doublify/pre-commit-rust
    rev: v1.0
    hooks:
    -   id: cargo-check
        args: ["--workspace"]

    -   id: fmt
        args: ["--", "--check", "-v"]

    -   id: clippy
        args: ["--", "-D", "warnings"]

-   repo: https://github.com/gitleaks/gitleaks
    rev: v8.30.0
    hooks:
      - id: gitleaks
        args: ["--no-banner"]