Crate io_parser

Source
Expand description

§IO_PARSER

Parsing input from the std::io can be verbose. As beginners we do this all the time! This crate aims to simplify this process so that you can speed up the process of creating your own cli-applications.

Modules§

num
The num module parses the user input into an integer or a float
ru
Parses user input and then returns a String