https://github.com/mendelsshop/git_function_history
Show the git history of a function or method (rust, python, ruby, go, and UMPL)
https://github.com/mendelsshop/git_function_history
git rust
Last synced: 5 months ago
JSON representation
Show the git history of a function or method (rust, python, ruby, go, and UMPL)
- Host: GitHub
- URL: https://github.com/mendelsshop/git_function_history
- Owner: mendelsshop
- License: mit
- Created: 2022-06-09T01:54:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:25:21.000Z (about 1 year ago)
- Last Synced: 2024-10-29T09:47:06.619Z (about 1 year ago)
- Topics: git, rust
- Language: Rust
- Homepage:
- Size: 8.49 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#   [](https://deps.rs/repo/github/mendelsshop/git_function_history) 
# git function history
[github pages documentation](https://mendelsshop.github.io/git_function_history/)
## crates in this project
* [git-function-history-lib](https://github.com/mendelsshop/git_function_history/tree/main/git-function-history-lib) - the library itself
* [function_history_backend_thread](https://github.com/mendelsshop/git_function_history/tree/main/function_history_backend_thread) - a threading middleware for the library (used by the GUI and TUI)
* [cargo-function-history](https://github.com/mendelsshop/git_function_history/tree/main/cargo-function-history) - a cargo subcommand that uses the library (TUI)
* [git-function-history-gui](https://github.com/mendelsshop/git_function_history/tree/main/git-function-history-gui) - the GUI frontend
* [git-function-history-proc-macro](https://github.com/mendelsshop/git_function_history/tree/main/git_function_history-proc-macro) - proc macro for the library