libgitmgr 0.1.8

Provides the ability to find a minimal set of user-relevant information for Git repositories on a local filesystem.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# libgitmgr

**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).

## Documentation

<!-- You can find the docs on [docs.rs](https://docs.rs/libgitmgr), but they are a work in progress. -->

View documentation locally with the following command.

```shell
cargo doc -p libgitmgr --no-deps --open
```