duncanrhamill / tui-input

TUI input library supporting multiple backends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tui-input

Crate Status Docs Status

tui-input.gif

WARNING: Most of the functionality is only human tested.

A TUI input library supporting multiple backends.

This crate can be used with tui-rs.

Install

Cargo.toml

# crossterm
tui-input = "*"

# termion
tui-input = { version = "*", features = ["termion"], default-features = false }

Features

  • crossterm (default)
  • termion
  • serde

Demo

See examples.

Used in

TODO

About

TUI input library supporting multiple backends

License:MIT License


Languages

Language:Rust 100.0%