git_function_history

Crates.iogit_function_history
lib.rsgit_function_history
version0.7.1
sourcesrc
created_at2022-08-09 18:01:44.929547
updated_at2023-10-17 16:47:20.626466
descriptionshow function history from git
homepage
repositoryhttps://github.com/mendelsshop/git_function_history/tree/main/git-function-history-lib
max_upload_size
id641948
size167,383
(mendelsshop)

documentation

README

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
Commit count: 0

cargo fmt