dprs 0.1.3

dprs (Docker PRocesS viewer ) is a terminal user interface for managing Docker containers and monitoring their logs.
Documentation
1
2
3
4
5
6
7
8
9
10
Error[E0308]: mismatched types
   --> src/display/process_list_tabular.rs:74:43
    |
74  |     f.render_stateful_widget(table, area, &mut app_state.list_state);
    |       ----------------------              ^^^^^^^^^^^^^^^^^^^^^^^^^ expected `&mut TableState`, found `&mut ListState`
    |       |
    |       arguments to this method are incorrect
    |
    = note: expected mutable reference `&mut TableState`
               found mutable reference `&mut ListState