git-blame-parser 0.1.1

Parses the git blame porcelain format into a struct.
Documentation
1
2
3
4
5
6
7
8
## Examples

Example using `git-blame-parser`.

```
% cargo run --example demo -- path/to/blame/target.txt
```