Crate ftkit

Source
Expand description

A small set of utilities for newcomers learning Rust.

Structs§

Args
Represents the arguments passed to the application.
ArgsIter
An iterator over the arguments passed to the program.

Statics§

ARGS
The arguments passed to the application.

Functions§

random_number
Generates a random number within the provided bounds.
read_line
Reads a single line from the standard input.
read_number
Reads a number from the standard input. The function loops indefinitely until a valid number is provided. If the End-Of-File is reached, the function panics.