note: this is for practicing rust only, do not use this in actual production programs!
really, don't.
[]
= "0.1.1"
simple-std is a little extension to the standard library, providing additional helpers for getting input or creating random numbers.
std
is very useful, but it's lacking for little beginner exercises
(for a good reason), so I made this library to help with that.
Every function from this library has a little section on why this function isn't in std
, to help you understand
the reasoning behind including something in std
.
Examples
Greeting
use input;
Guessing game
use ;