Registry / networking / git2-curl

git2-curl

JSON →
library0.22.0rscratesunverified

Backend for an HTTP transport in libgit2 powered by libcurl, intended to be used with the git2 crate.

# Cargo.toml [dependencies] git2-curl = "0.22.0"
INSTALL
IMPORT
SIG · GIT2-CURL
G
git2-curl
networkingrustv0.22.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Git2Curl
✓ use git2_curl::Git2Curl;

Using git2-curl for HTTP transport

use git2_curl::Git2Curl; fn main() { let transport = Git2Curl::new(); println!("Git2 Curl transport created"); }
Debug
Known issues
gotchaRequires libcurl development libraries installed on the system.
fix
Install libcurl development package (e.g., libcurl4-openssl-dev on Debian).
affects: >=0.0.0
Upgrade
Version history
0.22.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
OpenAI (training)
1
Resources
git2-curl — cargo add git2-curl · libregistry