yara-x 1.15.0

A pure Rust implementation of YARA.
Documentation
1
2
3
4
5
6
7
8
error[E012]: duplicate rule `test`
 --> line:5:6
  |
1 | rule test {
  |      ---- `test` declared here for the first time
...
5 | rule test {
  |      ^^^^ duplicate declaration of `test`