wallfacer-core 0.1.0

Dynamic validation harness for MCP servers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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");
    }
}