systemprompt-generator 0.2.2

Static site generation, theme rendering, and asset bundling for systemprompt.io AI governance dashboards. Handlebars and Markdown pipeline for the MCP governance platform.
Documentation
1
2
3
4
5
6
7
mod default_provider;
mod generator;
mod xml;

pub use default_provider::DefaultSitemapProvider;
pub use generator::generate_sitemap;
pub use xml::{SitemapUrl, build_sitemap_index, build_sitemap_xml, escape_xml};