Registry / crypto / ct-logs

ct-logs

JSON →
library0.9.0rscratesunverified

Google's list of Certificate Transparency logs for use with the sct crate.

# Cargo.toml [dependencies] ct-logs = "0.9.0"
INSTALL
IMPORT
SIG · CT-LOGS
C
ct-logs
cryptorustv0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

CTLog
use ct_logs::CTLog;

Retrieves the list of known CT logs.

use ct_logs::CTLog; fn main() { let logs = ct_logs::get_logs(); println!("Number of logs: {}", logs.len()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
ct-logs — cargo add ct-logs · libregistry