//! 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`.
pub use NATMAP_SOCKET;
pub use connect;
pub use trim_container_name;
pub use PortAllocator;
pub use PortAssignments;
pub use TransportProtocol;