20 个版本

0.7.1 2023年10月17日
0.7.0 2023年1月15日
0.6.2 2022年9月28日
0.5.4 2022年8月28日
0.1.3 2022年8月12日

#531 in 开发工具


3 crates 中使用

MITLGPL-3.0-only

170KB
4K SLoC

Clippy check + test crates.io Crates.io docs.rs msrv

github pages 文档

git function history

显示函数或方法的 git 历史。在 cargo.toml 中的 [dependencies] 部分添加 "git_function_history" = { git = 'https://github.com/mendelsshop/git_function_history' } 以使用最新(beta)版本。在 cargo.toml 中的 [dependencies] 部分添加 git_function_history = "0.7.1" 以使用最新的 crates.io

features0.7.0

  • parallel: 使用 rayon 并行化 git log 搜索

  • --no-default-features: 禁用并行性

  • cache: 在解析不经常更改的文件和文件夹时启用缓存。

解析库依赖项

语言 Rust Ruby Python Go UMPL
源代码 ra_ap_syntax(Rust Analyzer) lib-ruby-parser rustpython-parser(RustPython) gosyn umpl
需求

依赖项

~29–42MB
~728K SLoC