Expand description
Core types and traits for the scanbridge library.
This module provides the fundamental building blocks used throughout the library:
Re-exports§
pub use error::PolicyError;pub use error::QuarantineError;pub use error::ScanError;pub use hasher::FileHasher;pub use input::FileInput;pub use result::ScanReport;pub use result::ScanResult;pub use traits::ArcScanner;pub use traits::BoxedScanner;pub use traits::DefaultScannerConfig;pub use traits::Scanner;pub use traits::ScannerConfig;pub use types::FileHash;pub use types::FileMetadata;pub use types::ScanContext;pub use types::ScanOutcome;pub use types::ThreatInfo;pub use types::ThreatSeverity;