mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-06 22:55:49 -04:00
* Work with data as &[u8] instead String/&str to avoid unnecessary UTF-8 validation and reuse read buffers. * Make error handling more concise * Address Clippy-raised issues