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.
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.
Classes to draw auto-formatted tables to the console.