pub fn to_html_document(title: &str, body: &str) -> StringExpand description
Render body as a full HTML document with a minimal stylesheet.
Used by crate::DocsServer to emit the right response for
GET /<page>.html.
pub fn to_html_document(title: &str, body: &str) -> StringRender body as a full HTML document with a minimal stylesheet.
Used by crate::DocsServer to emit the right response for
GET /<page>.html.