git-config 0.16.0

A git-config file parser and editor from the gitoxide project
Documentation
1
2
3
4
pub use git_config_value::Error;

mod normalize;
pub use normalize::{normalize, normalize_bstr, normalize_bstring};