bernardo-tui 0.2.7

A keyboard-only, distraction-free TUI widget library
Documentation
1
2
3
pub trait HasInvariant {
    fn check_invariant(&self) -> bool;
}