crt-sh
A simple rust wrapper around crt.sh.
Usage
Get the certificate overview for a domain:
let certs: = get_entries.await.unwrap;
Get a specific certificate (identified by the previous returned crt.sh ID)
let cert: Pem = get_certificate.await.unwrap;