Function serve

Source
pub async fn serve(
    root: &Path,
    binding: impl Into<ServerBinding>,
    server_addr: SocketAddr,
) -> Result<()>
Expand description

Serve a registry at the given path on the given socket address.