//! Iota
//!
//! A highly customisable text editor built with modern hardware in mind.
//!
//! This module contains all you need to create an `iota` executable.
extern crate rustbox;
extern crate gapbuffer;
extern crate tempdir;
extern crate unicode_width;
pub use Editor;
pub use Input;
pub use RustboxFrontend;
pub use ;