terminput-web-sys 0.2.7

web-sys adapter for terminput
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# terminput-web-sys

[![crates.io](https://img.shields.io/crates/v/terminput-web-sys.svg?logo=rust)](https://crates.io/crates/terminput-web-sys)
[![docs.rs](https://img.shields.io/docsrs/terminput-web-sys?logo=rust)](https://docs.rs/terminput-web-sys)
![license](https://img.shields.io/badge/License-MIT%20or%20Apache%202-green.svg)
[![CI](https://github.com/aschey/terminput/actions/workflows/ci.yml/badge.svg)](https://github.com/aschey/terminput/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/aschey/terminput/graph/badge.svg?token=Q0tOXGhWPY)](https://codecov.io/gh/aschey/terminput)
![GitHub repo size](https://img.shields.io/github/repo-size/aschey/terminput)
![Lines of Code](https://aschey.tech/tokei/github/aschey/terminput)

`terminput-web-sys` provides helper functions for converting between
[`terminput`](https://crates.io/crates/terminput) and
[`web-sys`](https://crates.io/crates/web-sys) types.

## Feature Flags

- `web_sys_0_3` uses web_sys 0.3 (default)