promptio 0.1.0

A simple and beautiful I/O library for Rust CLI applications
Documentation
# easy_io

**easy_io** is a simple, beautiful input/output helper library for building interactive Rust CLI apps — perfect for beginners and CLI tool makers!

---

## ✨ Features

- 🎨 Colorful, styled terminal output
- ✅ Smart input parsing (strings, numbers, booleans)
- 🗂️ Prompts with default values
- 📋 Choice selection menus
- ✅ Confirmations (yes/no)
- 📊 Progress bars and spinners
- 📚 Pretty tables, banners, dividers, and lists
- 💡 Zero external dependencies — pure Rust!

---

## 📦 Installation

Add this to your `Cargo.toml`:

```toml
[dependencies]
easy_io = "0.1.0"