ocean.io.console

Modules

AppStatus
module ocean.io.console.AppStatus

Module to display application information in the terminal. Does not keep track of any values, only puts the information to the terminal in two separate portions - a static portion in the bottom and a streaming portion on top.

StructTable
module ocean.io.console.StructTable

Helper template to display tables to the console where the headings of the columns are the names of the fields of a struct, and where the contents of each row of the table are the values of the fields of an instance of the struct type.

Tables
module ocean.io.console.Tables

Classes to draw auto-formatted tables to the console.

readline
module ocean.io.console.readline