dprs 0.1.14

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
// The dplw (Docker Process Log Watcher) module provides the application logic
// for the log watching functionality. This is primarily just the main application
// loop and UI logic, as most functionality is shared with dprs.

pub mod main_loop;

// Copyright (c) 2025 Durable Programming, LLC. All rights reserved.