pub async fn run(db_path: &str, addr: SocketAddr) -> Result<()>Expand description
Run the envoy server. Opens (or creates) the database at db_path
and starts the HTTP server on addr.
pub async fn run(db_path: &str, addr: SocketAddr) -> Result<()>Run the envoy server. Opens (or creates) the database at db_path
and starts the HTTP server on addr.