Thanks to visit codestin.com
Credit goes to lib.rs

Adding yara_x_proto_json library as a dependency

Run this command in a terminal, in your project's directory:

cargo add yara-x-proto-json

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

yara-x-proto-json = "1.17.0"

The yara_x_proto_json library will be automatically available globally. Read the yara_x_proto_json library documentation.

Back to the crate overview.