simple-cli 0.1.1

A simple interface for handling command-line input and output in Rust.
Documentation
  • Coverage
  • 87.5%
    7 out of 8 items documented7 out of 7 items with examples
  • Size
  • Source code size: 32.76 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.53 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • baartmans2

Simple-CLI

A simple library for handling command-line input and output in Rust.

Features

  • Handles invalid input and prompting user to retry input.
  • Methods for prompting string and number input
  • Methods for prompting the user to select a string or number from a list of choices
  • Methods for displaying vector contents, paginated or unpaginated.

Docs

API Documentation