Thanks to visit codestin.com Credit goes to lib.rs
yara_x_proto_json
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:
Cargo.toml
[dependencies]
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.