Crate branchless

source ·
Expand description

Core functionality for git-branchless.

Modules§

  • Core algorithms and data structures.
  • Tools for interfacing with the Git repository.
  • Testing utilities.
  • Utility functions.

Macros§

  • Macro to propagate ExitCodes in the same way as the try! macro/the ? operator.