1 2 3 4 5 6 7
//! Resting place for the socket based [client] and [server] submodules, as well as their common [types] pub(crate) mod socket_server; pub(crate) mod socket_client; pub(crate) mod types;