darpan 0.2.5

Linux developer service monitoring utility with auto-detection, real-time health checks, and interactive TUI for databases, APIs, Docker containers, and more
Documentation
1
2
3
4
5
pub mod loader;
pub mod schema;

pub use loader::ServicePackLoader;
pub use schema::{ServicePack, ServicePackSignature};