Crate ftkit

source ·
Expand description

A small set of utilities for newcomers learning Rust.

Structs

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

Statics

The arguments passed to the application.

Functions

Generates a random number within the provided bounds.
Reads a single line from the standard input.
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.