Module higher_effect::io

source ·

Structs

An IO monad.

Functions

Append to an already existing file on the filesystem.
Read the entire contents of the standard input.
Read a line from the console.
Print any value which implements Display to the console, followed by a newline.
Print a string to the console.
Print a string and a newline to the console.
Read a file from the filesystem.
Write a file to the filesystem.