pub async fn run_server(
pool: EntropyPool,
host: &str,
port: u16,
allow_raw: bool,
)Expand description
Run the HTTP entropy server.
pub async fn run_server(
pool: EntropyPool,
host: &str,
port: u16,
allow_raw: bool,
)Run the HTTP entropy server.