cursive 0.3.0

A TUI (Text User Interface) library focused on ease-of-use.
Documentation
1
2
3
4
5
6
7
8
extern crate skeptic;

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