Skip to main content

Crate lab_ops_lab_lib

Crate lab_ops_lab_lib 

Source
Expand description

Shared utilities and types for the lab-ops workspace.

Provides the canonical TransportProtocol enum, Docker client helpers, and shared constants used by both natmap and auto-discover.

Re-exports§

pub use consts::NATMAP_SOCKET;
pub use docker::connect;
pub use docker::trim_container_name;
pub use port::PortAllocator;
pub use port::PortAssignments;
pub use protocol::TransportProtocol;

Modules§

consts
Shared constants for the lab-ops workspace.
docker
Docker client helpers used by both natmap and auto-discover.
port
Port utilities and management.
protocol
Transport protocol enum (TCP / UDP).