Registry / utility / gix
library0.84.0rscratesunverified

Interact with git repositories just like git would

# Cargo.toml [dependencies] gix = "0.84.0"
INSTALL
IMPORT
SIG · GIX
G
gix
utilityrustv0.84.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.

Repository
use gix::Repository;

Open a git repository and print its path.

use gix::Repository; fn main() -> Result<(), Box<dyn std::error::Error>> { let repo = Repository::open(".")?; println!("Opened repository: {:?}", repo.path()); Ok(()) }
Debug
Known issues
gotchaRequires the `max-performance` feature for optimal performance
fix
Add `features = ["max-performance"]` to your Cargo.toml dependency
affects: >=0.1.0
Upgrade
Version history
0.84.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gix — cargo add gix · libregistry