# 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