Function clamav::version::version

source ·
pub fn version() -> String
Expand description

Gets the clamav engine version

Example

use clamav::{version};

println!("Running version {} flevel {}", version::version(), version::flevel());