Hugal31 / yara-rust

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

Support musl #92

Closed ElvisBlue closed 1 year ago

ElvisBlue commented 1 year ago

Hi there

Can you consider support for musl building?

ikrivosheev commented 1 year ago

@ElvisBlue hi! I created PR: https://github.com/Hugal31/yara-rust/pull/93 which add bundlen musl support.

As workaround you can enable bindgen feature, this should work.