Skip to main content

Module render

Module render 

Source
Expand description

Terminal rendering for all entity lists.

Each submodule owns the table layout for its entity type:

Re-exports§

pub use note_table::display_notes;
pub use project_table::display_projects;
pub use resource_table::display_resources;
pub use task_table::display_lists;

Modules§

formatting
note_table
Terminal rendering for note lists.
project_table
Terminal rendering for project lists.
resource_table
Terminal rendering for resource lists.
task_table