Registry / utility / gix-config

gix-config

JSON →
library0.57.0rscratesunverified

A git-config file parser and editor from the gitoxide project.

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

File
use gix_config::File;

Parse a git config file from disk.

use gix_config::File; fn main() { let config = File::from_path(".git/config").unwrap(); println!("Config loaded: {:?}", config); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.57.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gix-config — cargo add gix-config · libregistry