Re-exports

Modules

  • code and function related language
  • Different types that can extracted from the result of get_function_history.

Macros

Structs

  • used for the get_function_history macro internally (you don’t have to touch this)

Enums

  • Different filetypes that can be used to ease the process of finding functions using get_function_history. path separator is /.
  • This is filter enum is used when you want to lookup a function with the filter of filter a previous lookup.

Functions

  • Valid filters are: Filter::CommitId, Filter::Date, Filter::DateRange.
  • Returns a vec of information such as author, date, email, and message for each commit