Expand description
A small set of utilities for newcomers learning Rust.
Structs§
- Args
- Represents the arguments passed to the application.
- Args
Iter - 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.