Adding git_function_history library as a dependency

Run this command in a terminal, in your project's directory:

cargo add git_function_history

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

git_function_history = "0.7.1"

The git_function_history library will be automatically available globally. Read the git_function_history library documentation.

Back to the crate overview.