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