systemprompt-generator 0.1.22

Static site generation for systemprompt.io
Documentation
1
2
3
4
5
6
7
mod content_prerender;
mod copy_assets;
mod page_prerender;

pub use content_prerender::ContentPrerenderJob;
pub use copy_assets::execute_copy_extension_assets;
pub use page_prerender::PagePrerenderJob;