Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T20:13:46.000Z (about 1 year ago)
- Last Synced: 2023-12-20T13:36:40.009Z (about 1 year ago)
- Topics: git, rust
- Language: Rust
- Homepage:
- Size: 6.92 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ![Custom badge](https://img.shields.io/endpoint?color=green&url=https%3A%2F%2Fraw.githubusercontent.com%2Fmendelsshop%2Fgit_function_history%2Fstats%2Floc.json) ![Custom badge](https://img.shields.io/endpoint?color=green&url=https%3A%2F%2Fraw.githubusercontent.com%2Fmendelsshop%2Fgit_function_history%2Fstats%2Fdownloads.json) [![dependency status](https://deps.rs/repo/github/mendelsshop/git_function_history/status.svg)](https://deps.rs/repo/github/mendelsshop/git_function_history) ![msrv](https://raw.githubusercontent.com/mendelsshop/git_function_history/main/resources/git-function-history-lib_msrv.svg)
# 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