yara-x 1.15.0

A pure Rust implementation of YARA.
Documentation
1
2
3
4
5
6
7
8
9
10
warning[unused_identifier]: unused identifier
 --> line:3:27
  |
3 |        with a = 1, b = 2, c = 3 : ( a == b )
  |                           - this identifier declared but not used
warning[unused_identifier]: unused identifier
 --> line:8:27
  |
8 |        with a = 1, b = 2, c = 3 : (
  |                           - this identifier declared but not used