# gitconfig [![crates version][crates-image]][crates-url] [![Travis-CI Status][travis-image]][travis-url] [![Appveyor Status][appveyor-image]][appveyor-url] ![license][license-image] > `git config --list --null` to object See [gitconfig2json](https://github.com/packsaddle/rust-gitconfig2json) usage for this module. ## Example ## Install ``` $ cargo install gitconfig ``` ## changelog [changelog](./changelog.md) ## License MIT/Apache-2.0 © [Sanemat](sane.jp) [travis-url]: https://travis-ci.org/packsaddle/rust-gitconfig [travis-image]: https://img.shields.io/travis/packsaddle/rust-gitconfig/master.svg?style=flat-square&label=travis [appveyor-url]: https://ci.appveyor.com/project/sanemat/rust-gitconfig/branch/master [appveyor-image]: https://img.shields.io/appveyor/ci/sanemat/rust-gitconfig/master.svg?style=flat-square&label=appveyor [crates-url]: https://crates.io/crates/gitconfig [crates-image]: https://img.shields.io/crates/v/gitconfig.svg?style=flat-square [license-image]: https://img.shields.io/crates/l/gitconfig.svg?style=flat-square