pub mod client;
pub mod corpus;
pub mod differential;
pub mod finding;
pub mod mutate;
pub mod property;
pub mod sarif;
pub mod seed;
pub mod target;
#[cfg(test)]
mod tests {
#[test]
fn core_crate_loads() {
assert_eq!(env!("CARGO_PKG_NAME"), "wallfacer-core");
}
}