std::io

treadline

macro String? treadline(stream = io::stdin())
Reads a string, see `readline`, except the it is allocated
on the temporary allocator and does not need to be freed.

Parameters