Module view

Source
Expand description

This module is home to the View struct, a Canvas that is able to draw to stdout.

Structs§

ScaleFitView
A wrapper around a View which auto resizes to fit the terminal window
View
The View struct implements Canvas, and draws to stdout upon calling display_render.

Enums§

WrappingMode
The wrapping mode is used to determine how you want to handle out-of-bounds pixels during plotting pixels to the screen. Here’s how each possible value functions: