3 个稳定版本

2.3.0 2023年7月19日
2.2.0 2022年4月29日
1.0.0 2021年7月5日

#358 in 配置

每月 49 次下载
用于 4 crates

GPL-3.0-or-later

185KB
5.5K SLoC

girt-config Crate

此 Crate 是更大型的 Git Interactive Rebase Tool 的一部分。版本被固定在根项目中,并且此 Crate 不遵循 SemVer。


lib.rs:

Git Interactive Rebase Tool - 配置模块

描述

此模块用于处理从 Git 配置系统中加载配置。

use config::Config;
use git::Repository;
let config = Config::try_from(&Repository::open_from_env().unwrap());

测试实用工具

为了方便测试此 Crate 的用法,提供了一组测试实用工具。由于这些实用工具未经测试,并且通常针对开发者体验而非性能进行优化,因此仅应在测试代码中使用。

依赖项

~11–21MB
~389K SLoC