| Crates.io | git_function_history |
| lib.rs | git_function_history |
| version | 0.7.1 |
| created_at | 2022-08-09 18:01:44.929547+00 |
| updated_at | 2023-10-17 16:47:20.626466+00 |
| description | show function history from git |
| homepage | |
| repository | https://github.com/mendelsshop/git_function_history/tree/main/git-function-history-lib |
| max_upload_size | |
| id | 641948 |
| size | 167,383 |
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.
parallel: use rayon to parallelize the git log search
--no-default-features: disable parallelism
| Language | Rust | Ruby | Python | Go | UMPL |
|---|---|---|---|---|---|
| Source | ra_ap_syntax(Rust Analyzer) | lib-ruby-parser | rustpython-parser(RustPython) | gosyn | umpl |
| Requirements |