promptio 0.1.0

A simple and beautiful I/O library for Rust CLI applications
Documentation
  • Coverage
  • 0%
    0 out of 49 items documented0 out of 30 items with examples
  • Size
  • Source code size: 15.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 509.01 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Bearcry55

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"