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§
- Clam
Stats ClamStats
provides all of the metrics that Clam provides via theSTATS
command as at version 0.100.- Clam
Version ClamVersion
provdes all of the Clam meta-information provided by theVERSION
command
Enums§
- Clam
Scan Result ClamScanResult
Provides amatch
‘friendly’ interface for receiving the result of a scan.