yara-x 1.15.0

A pure Rust implementation of YARA.
Documentation
1
2
3
4
5
6
7
warning[redundant_modifier]: redundant case-insensitive modifier
 --> line:3:15
  |
3 |     $a = /foo/i nocase
  |               - ------ the `nocase` modifier does the same
  |               |
  |               the `i` suffix indicates that the pattern is case-insensitive