Feature/and or not #107 (#117)

* wip

* wip

* wip

* wip

* wip

* wip

* wip

* dekita

* cargo fmt --all

* change message

* count parse implementedgit add .!

* Update: use docstring in rule.rs (#118)

* add testcase.

* add testcase.

* fix comment

Co-authored-by: itiB <is0312vx@ed.ritsumei.ac.jp>
This commit is contained in:
James
2021-06-04 00:35:03 +09:00
committed by GitHub
parent b22051e207
commit ea9f6b96c7
2 changed files with 2213 additions and 280 deletions

View File

@@ -89,7 +89,7 @@ impl Detection {
return rulefile_loader
.files
.into_iter()
.map(|rule_file| rule::parse_rule(rule_file))
.map(|rule_file| rule::create_rule(rule_file))
.filter_map(return_if_success)
.collect();
}

File diff suppressed because it is too large Load Diff