#git #git-repository #web

bin+lib git-digger

Helper library to handle multiple git repositories

15 releases

Uses new Rust 2024

0.2.2 Jan 12, 2026
0.2.1 Jan 12, 2026
0.1.12 Nov 8, 2025
0.1.10 Oct 15, 2025
0.1.5 Mar 26, 2025

#987 in HTTP server

MIT/Apache

20KB
424 lines

git-digger

Helper library to deal with multiple repositories from multiple git hosting services.

Example

See the git-digger-example

Who uses it?

One day it might become useful for others as well.

Release process

  • Update the version number in Cargo.toml
  • cargo build
  • git add .
  • git commit -m "update version number"
  • git tag -a v0.2.2 -m v0.2.1
  • git push
  • git push --tags
  • cargo publish

Dependencies

~11–23MB
~378K SLoC