gitconfig 0.1.0

`git config --list --null` to object.
Documentation
1
2
3
4
pub mod value;
pub mod map;
pub use value::Value;
pub use map::Map;