input_loop 0.1.3

A utility for getting typed input from stdin with validation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "input_loop"
version = "0.1.3"
edition = "2024"
description = "A utility for getting typed input from stdin with validation"
homepage = "https://github.com/SalladShooter/input_loop"
repository = "https://github.com/SalladShooter/input_loop"
authors = ["SalladShooter"]
license = "MIT"
readme = "README.md"

[lib]
name = "input_loop"
path = "src/lib.rs"

[[bin]]
name = "input-loop"
path = "src/main.rs"