terminput-termion 0.3.8

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

[![crates.io](https://img.shields.io/crates/v/terminput-termion.svg?logo=rust)](https://crates.io/crates/terminput-termion)
[![docs.rs](https://img.shields.io/docsrs/terminput-termion?logo=rust)](https://docs.rs/terminput-termion)
![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-termion` provides helper functions for converting between
[`terminput`](https://crates.io/crates/terminput) and
[`termion`](https://crates.io/crates/termion) types.

## Feature Flags

- `termion_4` - uses `termion` 4 (default)