git-branchless-undo 0.11.1

Supporting library for git-branchless
Documentation
1
2
3
4
5
6
//! Utilities to control output and render to the terminal.

mod cursive;
pub mod testing;

pub use self::cursive::{SingletonView, with_siv};