run-git 0.1.0

Run Git easily
Documentation
  • Coverage
  • 32.73%
    36 out of 110 items documented0 out of 68 items with examples
  • Size
  • Source code size: 48.95 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.05 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • pflanze/xmlhub-indexer
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pflanze

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.