terminput_termion/
lib.rs

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