Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 218 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 218 Bytes

checkssl

Check SSL certificate

Example

use checkssl::CheckSSL;

let certificate = CheckSSL::from_domain("rust-lang.org").unwrap();
println!("{:?}", certificate)

License

MIT @Aldi Priya Perdana