**libgitmgr** provides the ability to find a minimal set of user-relevant information for Git repositories on a local
filesystem.
This library powers [**gitmgr**](https://github.com/trinhminhtriet/gitmgr).
View documentation locally with the following command.
```shell
cargo doc -p libgitmgr --no-deps --open
```