git-blame-parser 0.1.0

Parses the git blame porcelain format into a struct.
Documentation
  • Coverage
  • 37.5%
    9 out of 24 items documented0 out of 5 items with examples
  • Size
  • Source code size: 33.6 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 768.6 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mitsu-ksgr

git-blame-parser

Parses the output of git blame command in the porcelain format into a struct. the output must be generated using the --line-porcelain option.

License

MIT