certstream-rs
An unofficial port of certstream-go to Rust.
This library streams Certificate Transparency Log notifications from https://certstream.calidog.io/ (or a custom instance of the certstream-server).
This was done as a small project to learn Rust. All comments/criticism/pull requests welcome -- the code quality is likely terrible.
Example
> git clone https://github.com/Andoryuuta/certstream-rs
> cd certstream-rs
> cargo run --example watch_hostnames
Usage
use CertstreamClient;
use ;
async