cursive 0.3.6

A TUI (Text User Interface) library focused on ease-of-use.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Commonly used traits bundled for easy import.
//!
//! This module provides an easy way to import some traits.
//!
//! # Examples
//!
//! ```
//! use cursive::traits::*;
//! ```

#[doc(no_inline)]
pub use With;

#[doc(no_inline)]
pub use view::{Boxable, Finder, Identifiable, View};