cribra 0.4.0

Embeddable, local-first Rust engine for detecting, reviewing, 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;