pmat 3.15.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
8
#![cfg_attr(coverage_nightly, coverage(off))]
// Storage implementation - split for file health (CB-040)

include!("storage_impl.rs");

#[cfg(test)]
#[path = "storage_tests.rs"]
mod tests;