Crate beginner_tools [] [src]

beginner_tools

Helpful library designed for new Rustacens, provides good examples that are useful in simple projects

Functions

get_stdin

Reads from stdin and tries to parse it to a specified type.

input

Inspired by Python's "input()", this function does (almost) exactly the same thing, takes an input from the user and tries to parse it to the specified type. Note that this function requires a prompt for the user.