mirror of https://github.com/OISF/suricata
rust/detect: Create detect module for rule parsing
This commit creates a module named "detect" for rule parsing logic. As part of this commit, detect.rs is moved from its toplevel position into the new module. Thus, use crate::detect::detect to refer to items within detect.rs (instead of create::detect). Ticket: 5077pull/7921/head
parent
ccd1063e43
commit
8bfe427a74
Loading…
Reference in New Issue