Crate branchless

Source
Expand description

Core functionality for git-branchless.

Modules§

core
Core algorithms and data structures.
git
Tools for interfacing with the Git repository.
testing
Testing utilities.
util
Utility functions.

Macros§

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