terminput-web-sys 0.2.10

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

#[cfg(feature = "web_sys_0_3")]
mod mapping;

#[cfg(feature = "web_sys_0_3")]
pub use mapping::*;