Hugal31 / yara-rust

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

feat: change MemoryBlock constructor #85

Closed ikrivosheev closed 2 years ago

ikrivosheev commented 2 years ago

@Hugal31 hello! Rust slice know his size. I change constructor for MemoryBlock. Now size get from slice instead of explicitly passing it as a parameter.