Docs.rs
  • libgit2-sys-0.13.0+1.4.1
    • libgit2-sys 0.13.0+1.4.1
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • alexcrichton
    • joshtriplett
    • ehuss
    • rust-lang-owner
    • Dependencies
      • libc ^0.2 normal
      • libssh2-sys ^0.2.19 normal
      • libz-sys ^1.1.0 normal
      • cc ^1.0.43 build
      • pkg-config ^0.3.7 build
      • openssl-sys ^0.9 normal
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

git_commit_create_cb

In libgit2_sys

logo
Change settings

Type Definition libgit2_sys::git_commit_create_cb

source · [−]
pub type git_commit_create_cb = Option<extern "C" fn(_: *mut git_oid, _: *const git_signature, _: *const git_signature, _: *const c_char, _: *const c_char, _: *const git_tree, _: usize, _: *const git_commit, _: *mut c_void) -> c_int>;