Cloud sync services for systemprompt.io AI governance infrastructure. File, database, and crate deployment across governance tenants in the MCP governance pipeline.
//! Disk serialisation helpers used by the various `*_to_disk` operations.
//! Each submodule emits the YAML config + Markdown body layout expected by
//! the matching `*Local Sync`.
modcontent;pubusecontent::{export_content_to_file, generate_content_markdown};pubfnescape_yaml(s:&str)-> String{
s.replace('\\',"\\\\").replace('"',"\\\"").replace('\n',"\\n")}