Crate asyncgit

source ·
Expand description

asyncgit

Re-exports

Modules

  • provides AsyncJob trait and AsyncSingleJob struct
  • cached lookups: parts of the sync api that might take longer to compute but change seldom so doing them async might be overkill
  • sync git api

Structs

Enums

Functions

  • helper function to calculate the hash of an arbitrary type that implements the Hash trait
  • Clean up a message, removing extraneous whitespace, and ensure that the message ends with a newline. If comment_char is Some, also remove comment lines starting with that character.

Type Aliases