text_box 0.2.2

Create useful messages in console with text boxes using 'termion'.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "text_box"
version = "0.2.2"
authors = ["dafox416 <dvd_2014@hotmail.com>"]
edition = "2018"
description = "Create useful messages in console with text boxes using 'termion'."
license = "MIT OR Apache-2.0"
repository = "https://github.com/DaFox416/text_box.git"
documentation = "https://docs.rs/text_box"
keywords = ["tty", "text", "box", "message"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
termion = "1.5.4"