last-git-commit 0.1.0

Simple wrapper arround git2-rs to get info about the last commit. Useful for when you want to show the git hash in a program.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# LastGitCommit-rs
A simple wrapper arround [`git2-rs`](https://github.com/rust-lang/git2-rs) to easily get info about the last commit. Useful when you want to show the last commit message or the current git hash.

### TODO:
- [ ] Documentation
- [ ] Examples
- [x] Tests
- [x] Rust Stable
- [x] Rust Nightly
- [x] CI
- [x] Cargo.toml
- [ ] Automatic Deploy to crates.io