gitbox 2.1.3

Git toolbox to simplify adoption of conventional commits and semantic version, among other things.
Documentation
1
2
3
pub trait UseCase<T, E> {
    fn execute(&self) -> Result<T, E>;
}