yara-sys 0.3.0

Native bindings to the libyara library
docs.rs failed to build yara-sys-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: yara-sys-0.27.0

yara-sys

Crates.io Documentation

Native bindings for the Yara library from VirusTotal. Only works with Yara 3.7 for now.

More documentation can be found on the Yara's documentation.

Features

By default, this crate use a pre-built bindings file for Yara 3.7, but you can use the feature bindgen to use on-the-fly generated bindings.

You can specify the location of Yara:

  • The path of the Yara library by setting the YARA_LIBRARY_PATH environment variable.
  • The path of the Yara headers by setting the YARA_INCLUDE_DIR environment variable, if you use the bindgen feature.

License

Licensed under either of

at your option.