cursive 0.6.0

A TUI (Text User Interface) library focused on ease-of-use.
Documentation
#[cfg(feature = "skeptic")]
fn main() {
    extern crate skeptic;

    skeptic::generate_doc_tests(&["Readme.md",
                                  "doc/tutorial_1.md",
                                  "doc/tutorial_2.md",
                                  "doc/tutorial_3.md" ]);
}

#[cfg(not(feature = "skeptic"))]
fn main() {}