git-branchless 0.3.4

Branchless workflow for Git
Documentation
1
2
3
4
5
6
7
8
//! Utilities to control output and render to the terminal.

mod cursive;
mod effects;

pub use self::cursive::testing;
pub use self::cursive::{with_siv, SingletonView};
pub use effects::{Effects, OperationType};