cursivext 0.0.0

Some useful extensions for Cursive TUI.
Documentation
1
2
3
4
5
6
7
8
#![cfg_attr(__unstable_doc, feature(doc_auto_cfg, doc_notable_trait))]

/*!
Cursive extensions.
*/

pub mod views;
pub use cursive;