Actions
Optimization #3832
closedrust: Make core::* as enum to improve readability
Effort:
Difficulty:
Label:
Description
core::STREAM_TOSERVER and core::STREAM_TOCLIENT could be an enum so we can avoid the use of _ in match statements and instead just always explicitly use both directions.
- Victor on https://github.com/OISF/suricata/pull/5100#commitcomment-40185751
Updated by Shivani Bhardwaj about 4 years ago
- Status changed from Assigned to In Review
Draft review PR: https://github.com/OISF/suricata/pull/5416
Updated by Victor Julien almost 3 years ago
- Subject changed from Make core::* as enum to improve readability to rust: Make core::* as enum to improve readability
- Status changed from In Review to Closed
Actions