Expand description
Contains functions to print the generated tables from the library to the console.
Functions§
- create_
table 🔒 - Create a table from cells and column titles.
- print_
table 🔒 - Print a table and handle errors
- print_
timelogs_ in_ timeframes_ by_ user - Print a table of today’s, yesterday’s, this week’s and this month’s time spent by user.
- print_
total_ time_ by_ label - Print a table with the total time spent per selected label.
- print_
total_ time_ by_ milestone - Print a table with the total time spent per milestone.
- to_
cell_ 🔒vec - Transform a
Vec<Vec<String>>from the Library to aVec<Vec<CellStruct>>used by thecli_tablecrate. The first column is left-aligned, all others right-aligned.