clamav 0.4.0

clamav bindings for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.libc]
version = "0.2"

[dev-dependencies.tempfile]
version = "3"

[package]
authors = ["Zachary Sims <zac@icebergdefender.com>"]
categories = ["external-ffi-bindings"]
description = "clamav bindings for Rust"
exclude = ["test_data/*"]
homepage = "https://github.com/icebergdefender/rust-clamav"
license = "MIT"
name = "clamav"
repository = "https://github.com/icebergdefender/rust-clamav"
version = "0.4.0"