Expand description
Use the feature flag “async-std” to enable this module
Structs§
- Socket
- Use a Unix socket connection to communicate with a ClamAV server
- Tcp
- Use a TCP connection to communicate with a ClamAV server
Traits§
- Transport
Protocol - The communication protocol to use
Functions§
- get_
version - Gets the version number from ClamAV
- ping
- Sends a ping request to ClamAV
- reload
- Reloads the virus databases
- scan_
buffer - Scans a data buffer for viruses
- scan_
file - Scans a file for viruses
- scan_
stream - Scans a stream for viruses
- shutdown
- Shuts down a ClamAV server