git2 0.1.10

Bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.
docs.rs failed to build git2-0.1.10
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: git2-0.18.2

git2-rs

Build Status

Documentation

libgit2 bindings for Rust

[dependencies.git2]
git = "https://github.com/alexcrichton/git2-rs"

Building git2-rs

$ git clone --recursive https://github.com/alexcrichton/git2-rs
$ cd git2-rs
$ cargo build

License

git2-rs is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.