You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The impl for Error in clamav-async doesn't add much aside from wrapping cl_error_t with a newtype and exposing string formatting. It might be best to simply move it into clamav-sys, or even into the crate we use for translating existing C APIs into Rust.
The text was updated successfully, but these errors were encountered:
The
impl
forError
inclamav-async
doesn't add much aside from wrappingcl_error_t
with a newtype and exposing string formatting. It might be best to simply move it intoclamav-sys
, or even into the crate we use for translating existing C APIs into Rust.The text was updated successfully, but these errors were encountered: