matchy 2.0.1

Fast database for IP address and pattern matching with rich data storage
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod bottleneck;
mod follow;
mod parallel;
mod sequential;
mod stats;
mod thread_utils;

pub use bottleneck::{analyze_performance, AnalysisConfig};
pub use follow::{follow_files, follow_files_parallel};
pub use parallel::{process_parallel, ExtractorConfig};
pub use sequential::process_file_with_aggregate;
pub use stats::{ProcessingStats, ProgressReporter};