1#![cfg_attr(__unstable_doc, feature(doc_auto_cfg, doc_notable_trait))] 2 3/*! 4Cursive extensions. 5*/ 6 7pub mod views; 8pub use cursive;