terminput_web_sys/
lib.rs

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