1//! Port traits for dependency injection. 2 3pub mod clock; 4pub mod id; 5pub mod network; 6pub mod ssh_agent; 7pub mod storage;