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.0"
in your cargo.toml under [dependencies]
section.
parallel: use rayon to parallelize the git log search
--no-default-features: disable parallelism
unstable: enable some parsers that require nightly rust so run cargo +nightly
to use them
cache: enables caching when parsing files and folders that don't change as often.
| Language | Rust | Ruby | Python | Go | UMPL | | --- | --- | --- | --- | --- | --- | |Source| raapsyntax(Rust Analyzer) | lib-ruby-parser | rustpython-parser(RustPython) | gosyn | umpl | | Requirements | | | | rust nightly and unstable feature | |