Hugal31 / yara-rust

Rust bindings for VirusTotal/Yara
Apache License 2.0
73 stars 29 forks source link

Recompile if ENV change #53

Closed ikrivosheev closed 2 years ago

ikrivosheev commented 2 years ago

Add support recompile crate if env change from: yara-sys using: https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorerun-if-env-changedname

I will create PR soon. After merge: https://github.com/Hugal31/yara-rust/pull/51

ikrivosheev commented 2 years ago

Done