eprompt 0.2.0

Easy to use interactive prompt library. No complex structs or traits, just a few simple to use functions.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.crossterm]
version = "0.25.0"

[dev-dependencies]

[package]
description = "Easy to use interactive prompt library. No complex structs or traits, just a few simple to use functions."
edition = "2021"
homepage = "https://github.com/dmaahs2017/eprompt/"
license = "Beerware"
name = "eprompt"
readme = "README.md"
version = "0.2.0"