lab-ops_lab-lib 0.1.0

Shared types, port allocation, and Docker helpers for the lab-ops workspace
Documentation
1
2
3
4
5
6
//! Shared constants for the lab-ops workspace.

/// Default path to the natmap daemon Unix socket.
pub const NATMAP_SOCKET: &str = "/run/natmap.sock";

pub const LABOPS_BIN: &str = "/usr/local/bin/lab-ops";