pub async fn serve( root: &Path, binding: impl Into<ServerBinding>, server_addr: SocketAddr, ) -> Result<()>
Serve a registry at the given path on the given socket address.