cribra 0.2.0

Privacy-first Rust core for detecting, querying, and safely transforming secrets and sensitive data
Documentation
1
2
3
4
5
6
7
8
9
//! Validators for credentials whose structure can be determined from the
//! candidate value alone.

pub(crate) mod cloudflare;
pub(crate) mod github;
pub(crate) mod jwt;
pub(crate) mod slack;
pub(crate) mod stripe;
pub(crate) mod telegram;