drand-core: Rust implementation of drand
drand-rs is a tool to retrieve public randomness generated by drand beacon. It features an HTTP client, and verification method.
The format specification is at drand.love/docs/specification. drand was designed in Scalable Bias-Resistant Distributed Randomness.
The reference interroperable Go implementation is available at drand/drand.
Usage
use ;
let chain = new;
let client = new;
let latest = client.latest.await?;