keyhog-core 0.5.84

keyhog-core: shared data model and detector specifications for the KeyHog secret scanner
Documentation
1
2
3
4
//! Finding suppression rules and filters.

pub mod rule;
pub use rule::{RuleSuppressor, RuleSuppressorError};