Crate vista

Crate vista 

Source
Expand description

§Vista

Vista is a very simple library for visualising arrays and vectors in the terminal.

Structs§

CommaSeparated
Display method that prints each element with a comma and space as a separator.
DisplayArray
Display wrapper with a phantom type for the display method
DoubleJoined
Display method that prints each element twice, without any separator.
Joined
Display method that prints each element without any separator.
Separated
Display method that prints each element separated by a space.

Traits§

DisplayExt
Common trait for displayable arrays.