tinyinput 0.1.1

A tiny, generic helper for reading and parsing user input from stdin using Rust’s type inference.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tinyinput"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "A tiny, generic helper for reading and parsing user input from stdin using Rust’s type inference."
repository = "https://github.com/JyotismoyKalita/tinyinput"
readme = "README.md"
keywords = ["stdin", "input", "parsing", "cli", "readline"]
categories = ["command-line-utilities", "parsing"]

[dependencies]