Structs§
- Scale
FitView - A wrapper around a
View
which auto resizes to fit the terminal window - View
- The View struct implements
Canvas
, and draws to stdout upon callingdisplay_render
.
Enums§
- Wrapping
Mode - 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: