promptio

Crates.iopromptio
lib.rspromptio
version0.1.0
created_at2025-07-01 15:19:50.159194+00
updated_at2025-07-01 15:19:50.159194+00
descriptionA simple and beautiful I/O library for Rust CLI applications
homepage
repositoryhttps://github.com/Bearcry55/easy_io
max_upload_size
id1733312
size15,039
Deep Narayan Banerjee (Bearcry55)

documentation

README

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:

[dependencies]
easy_io = "0.1.0"
Commit count: 0

cargo fmt