yara-x 1.15.0

A pure Rust implementation of YARA.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
warning[duplicate_import]: duplicate import statement
 --> line:1:1
  |
1 | import "test_proto2"
  | -------------------- `test_proto2` imported here for the first time
2 | import "test_proto2"
  | -------------------- duplicate import
  |
help: consider the following change
  |
2 - import "test_proto2"
  |