Module async_std

Module async_std 

Source
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§

TransportProtocol
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