terminput-termwiz 0.4.10

termwiz adapter for terminput
Documentation
1
2
3
4
5
6
7
8
9
#![deny(clippy::unwrap_used)]
#![warn(missing_docs, missing_debug_implementations)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![doc = include_str!("../README.md")]

#[cfg(any(feature = "termwiz_0_22", feature = "termwiz_0_23"))]
mod mapping;
#[cfg(any(feature = "termwiz_0_22", feature = "termwiz_0_23"))]
pub use mapping::*;