[go: up one dir, main page]

git2 0.10.0

Bindings to libgit2 for interoperating with git repositories. This library is both threadsafe and memory safe and allows both reading and writing git repositories.
Documentation
1
2
3
4
5
6
7
8
9
10
11
steps:
  - template: azure-install-rust.yml

  - bash: cargo test --no-default-features
    displayName: "cargo test --no-default-features"
  - bash: cargo test
    displayName: "cargo test"
  - bash: cargo run --manifest-path systest/Cargo.toml
    displayName: "run systest"
  - bash: cargo test --manifest-path git2-curl/Cargo.toml
    displayName: "test git2-curl"