edda-postmortem 0.2.1

L3 post-mortem analysis and learned rules with TTL decay for Edda
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod analyzer;
pub mod candidates;
pub mod hooks;
pub mod lessons;
pub mod rules;
pub mod scars;
pub mod sign_check;
pub mod signals;
pub mod trigger;

pub use rules::{Rule, RuleCategory, RuleStatus, RulesStore};
pub use trigger::{PostMortemTrigger, TriggerReason};