mod server

module server

Functions

async fn start_server(addr: &str) -> Result<(), Box<dyn std::error::Error>>

Starts an RPC server on the given address.

This function blocks until the server is shut down.