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