Module sta::disp [] [src]

Contains things related to displaying things in a terminal. Minimally that is. See the aesthetic module for making things look decent.

Functions

newline

Prints a newline.

print

Prints anything that has a std::fmt::Display trait.

print_debug

Prints anything with the std::fmt::Debug trait. Useful for printing different collections.