smart-read 0.7.0

Complex but easy ways to read user input
Documentation
[[example]]
name = "custom_tryread"
path = "examples/custom_tryread.rs"

[[example]]
name = "read_car"
path = "examples/read_car.rs"

[[example]]
name = "read_lines"
path = "examples/read_lines.rs"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Complex but easy ways to read user input"
edition = "2021"
keywords = ["read", "prompt", "input", "cli", "stdin"]
license = "MIT"
name = "smart-read"
readme = "readme.md"
repository = "https://github.com/What42Pizza/rust-smart-read"
version = "0.7.0"