1//! This crate provides common types for plugins to use in order to be utilized as plugins by the eavesdropper cli tool. 2 3#[cfg(test)] 4extern crate proptest; 5 6pub mod analysis_framework; 7pub mod rversion; 8pub mod rversion_req;