git_function_history 0.2.3

show function history from git
Documentation
1
2
3
4
5
6
7
8

# [![Clippy check + test]https://github.com/mendelsshop/git_function_history/actions/workflows/cargo_clippy.yml/badge.svg]https://github.com/mendelsshop/git_function_history/actions/workflows/cargo_clippy.yml  [![crates.io]https://img.shields.io/crates/v/git_function_history.svg?label=latest%20version]https://crates.io/crates/git_function_history [![Crates.io]https://img.shields.io/crates/d/git_function_history?label=crates.io%20downloads]https://crates.io/crates/git_function_history

# git function history

Show the git history of a function or method (WIP).
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](https://crates.io/crates/git_function_history) (also beta) by putting `git_function_history = "0.2.3"` in your cargo.toml under `[dependencies]` section.