boot_input 0.1.0

A simple Rust crate to read input from the user in common formats
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "boot_input"
version = "0.1.0"
edition = "2021"
authors = ["Your Name <your@email.com>"]
description = "A simple Rust crate to read input from the user in common formats"
license = "MIT OR Apache-2.0"
readme = "README.md"
keywords = ["input", "cli", "utility", "read"]
categories = ["command-line-interface"]
repository = "https://github.com/yourusername/input_helper"

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