pmat 3.11.0

PMAT - Zero-config AI context generation and code quality toolkit (CLI, MCP, HTTP)
1
2
3
4
5
6
7
8
9
10
11
12
13
#![cfg_attr(coverage_nightly, coverage(off))]
//! Templates for the demo web interface.
//!
//! Contains HTML and CSS templates used by the demo server to render
//! interactive reports. These are validated by scripts/validate-demo-assets.ts

mod css;
mod html;
#[cfg(test)]
mod tests;

pub use css::CSS_DARK_THEME;
pub use html::HTML_TEMPLATE;