Registry / utility / rustygit

rustygit

JSON →
library0.5.0rscratesunverified

A simple interface for running Git commands.

# Cargo.toml [dependencies] rustygit = "0.5.0"
INSTALL
IMPORT
SIG · RUSTYGIT
R
rustygit
utilityrustv0.5.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.

Git
use rustygit::Git;

Creates a Git instance for the current directory and prints the status.

use rustygit::Git; fn main() { let git = Git::new(".").unwrap(); let status = git.status().unwrap(); println!("Git status: {:?}", status); }
Debug
Known issues
gotchaRequires Git to be installed and available in PATH.
fix
Install Git and ensure it's accessible from the command line.
affects: all
Upgrade
Version history
0.5.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rustygit — cargo add rustygit · libregistry