mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-27 07:59:59 -07:00
lib: add Analyzer trait
This trait will be implemented by all of our heuristics, giving us a uniform interface for collecting events and displaying them to the user.
This commit is contained in:
1
lib/src/analysis/mod.rs
Normal file
1
lib/src/analysis/mod.rs
Normal file
@@ -0,0 +1 @@
|
||||
pub mod analyzer;
|
||||
Reference in New Issue
Block a user