git-digger

Crates.iogit-digger
lib.rsgit-digger
version0.2.2
created_at2025-03-23 06:11:21.335323+00
updated_at2026-01-12 15:27:40.512012+00
descriptionHelper library to handle multiple git repositories
homepage
repositoryhttps://github.com/szabgab/git-digger/
max_upload_size
id1602371
size39,051
Gábor Szabó (szabgab)

documentation

README

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

Commit count: 54

cargo fmt