/gitit

An exercise in FFI using Rust with libgit2

Primary LanguageRustApache License 2.0Apache-2.0

gitit

Background

Rudimentary libgit2 bindings in Rust For the purpose of learning FFI and unsafe Rust.

Build Notes

The build.rs contains a hardcoded path for libgit2 library. That needs to change in if you would like to build this project locally.