rillo 0.3.1

A TUI building library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.crossterm]
version = "0.23.2"

[package]
authors = ["Ebert Charles Matthee <dev@ecmatthee.com>"]
categories = ["command-line-interface"]
description = "A TUI building library"
documentation = "https://docs.rs/rillo"
edition = "2021"
homepage = "https://github.com/ecmatthee/rillo"
keywords = ["tui", "input", "terminal"]
license = "MPL-2.0"
name = "rillo"
readme = "readme.md"
repository = "https://github.com/ecmatthee/rillo"
resolver = "2"
version = "0.3.1"