clinput 0.2.0

A basic command line prompt module
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "clinput"
version = "0.2.0"
authors = ["Dan Stewart <git@mail.danstewart.dev>"]
edition = "2018"
description = "A basic command line prompt module"
license = "MIT"

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

[dependencies]
thiserror = "1.0"