1#![deny(missing_docs)] 2#![doc = include_str!("../README.md")] 3 4#[cfg(not(windows))] 5mod termion; 6#[cfg(not(windows))] 7pub use termion::*;