Crate drand_client_rs

source ·
Expand description

drand-client-rs

drand_client_rs is a small rust library for retrieving random numbers from the drand network.

Modules

Structs

  • a struct encapsulating all the necessary state for retrieving and validating drand beacons.

Enums

Traits

  • represents a transport on which to connect to the drand network. This crate provides an HTTP transport out of the box, which can be created by calling new_http_transport()

Functions