run-git

Crates.iorun-git
lib.rsrun-git
version0.1.0
created_at2025-08-18 20:02:17.772716+00
updated_at2025-08-18 20:02:17.772716+00
descriptionRun Git easily
homepagehttps://github.com/pflanze/xmlhub-indexer/tree/master/libs/run-git
repositoryhttps://github.com/pflanze/xmlhub-indexer
max_upload_size
id1800995
size48,951
Christian Jaeger (pflanze)

documentation

README

Run Git easily

This offers a way to interact with the git tool from an existing Git installation conveniently. I.e. this trades a dependency on a Git library (which also might not behave identical to the git tool, or be difficult to make behave the same?, and makes for a large binary) for a dependency on the normal git tool (that also will behave as you know it, but might have to be installed separately by the user).

Still a work in progress, i.e. only supports a relatively small part of all the functionality that Git offers, although enough for two real world projects so far. Hopefully easy to extend, although perhaps the API design could be improved--suggestions welcome.

Commit count: 0

cargo fmt