Module response

Source
Expand description

The response module is responsibe for parsing the responses issued to use by ClamAV. To do so, it relies on two external crates, namely, nom and chrono.

All structs and enums derive Debug for ease of client send debugging and development.

Structs§

ClamStats
ClamStats provides all of the metrics that Clam provides via the STATS command as at version 0.100.
ClamVersion
ClamVersion provdes all of the Clam meta-information provided by the VERSION command

Enums§

ClamScanResult
ClamScanResult Provides a match ‘friendly’ interface for receiving the result of a scan.