utile_cli 0.2.0

Useful abstractions for pancurses.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "utile_cli"
version = "0.2.0"
authors = ["meltedot"]
edition = "2018"
description = "Useful abstractions for pancurses."
readme = "README.md"
repository = "https://github.com/meltedot/utile_cli"
license = "MIT"

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

[dependencies]
pancurses = "0.16.1"