diff options
Diffstat (limited to 'vendor/gix-config/README.md')
-rw-r--r-- | vendor/gix-config/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/gix-config/README.md b/vendor/gix-config/README.md index 8118d83c9..ada9834bc 100644 --- a/vendor/gix-config/README.md +++ b/vendor/gix-config/README.md @@ -1,9 +1,9 @@ # gix-config -**gix-config is a library for interacting with `gix-config` files.** +**gix-config is a library for interacting with `git-config` files.** This crate intents to be a performant Rust implementation for reading and -writing `gix-config` files. It exposes tiers of abstractions, from simple +writing `git-config` files. It exposes tiers of abstractions, from simple config value wrappers to a high level reader and writer. The highlight of this crate is the zero-copy parser. We employ techniques to |