* added color code emit_csv test * replaced HashMap and HashSet to hashbrown #368 * removed debug output in test #368 * fixed colored test
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use crate::detections::{configs, detection::EvtxRecordInfo, utils};
|
||||
use std::collections::HashMap;
|
||||
use hashbrown::HashMap;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct EventStatistics {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
use crate::detections::{configs, detection::EvtxRecordInfo};
|
||||
|
||||
use super::statistics::EventStatistics;
|
||||
use std::collections::HashMap;
|
||||
use hashbrown::HashMap;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct Timeline {
|
||||
|
||||
Reference in New Issue
Block a user