cursivext 0.0.0

Some useful extensions for Cursive TUI.
Documentation
1
2
3
4
5
mod checkbox;
pub use checkbox::Checkbox;

#[cfg(feature = "cursive-tabs")]
pub mod tabs;