Function phd::server::start

source ·
pub fn start(bind: SocketAddr, host: &str, port: u16, root: &str) -> Result<()>
Expand description

Starts a Gopher server at the specified host, port, and root directory.