git-config 0.1.0

A git-config file parser and editor from the gitoxide project
Documentation
1
2
3
4
5
6
7
8
// See https://matklad.github.io/2021/02/27/delete-cargo-integration-tests.html
// for an explanation of why the integration tests are laid out like this.
//
// TL;DR single mod makes integration tests faster to compile, test, and with
// less build artifacts.

mod file_integeration_test;
mod parser_integration_tests;