//! `unsegen` is a library facilitating the creation of text user interface (TUI) applications akin to ncurses.
//!
//! Detailed examples can be found at the root of each of the four main modules.
extern crate ndarray;
extern crate nix;
extern crate raw_tty;
extern crate ropey;
extern crate smallvec;
extern crate termion;
extern crate unicode_segmentation;
extern crate unicode_width;