20 releases

0.7.1 Oct 17, 2023
0.7.0 Jan 15, 2023
0.6.2 Sep 28, 2022
0.5.4 Aug 28, 2022
0.1.3 Aug 12, 2022

#455 in Development tools

Download history 7/week @ 2024-02-21 13/week @ 2024-02-28 2/week @ 2024-03-06 5/week @ 2024-03-13 47/week @ 2024-03-27 112/week @ 2024-04-03

165 downloads per month
Used in 3 crates

MIT and LGPL-3.0-only

170KB
4K SLoC

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

github pages documentation

git function history

Show the git history of a function or method. Use the latest (beta) version by putting "git_function_history" = { git = 'https://github.com/mendelsshop/git_function_history' } in your cargo.toml under [dependencies] section. Use the latest crates.io by putting git_function_history = "0.7.1" in your cargo.toml under [dependencies] section.

features0.7.0

  • parallel: use rayon to parallelize the git log search

  • --no-default-features: disable parallelism

  • cache: enables caching when parsing files and folders that don't change as often.

parsing library dependencies

Language Rust Ruby Python Go UMPL
Source ra_ap_syntax(Rust Analyzer) lib-ruby-parser rustpython-parser(RustPython) gosyn umpl
Requirements

Dependencies

~29–44MB
~747K SLoC