server: much improved xmls pretty printer

This commit is contained in:
2025-08-12 17:00:58 -07:00
parent 5c9955a89e
commit 3a41ab1767
4 changed files with 72 additions and 469 deletions

View File

@@ -43,4 +43,6 @@ pub enum ServerError {
AskamaError(#[from] askama::Error),
#[error("xml error: {0}")]
XmlError(#[from] quick_xml::Error),
#[error("xml encoding error: {0}")]
XmlEncodingError(#[from] quick_xml::encoding::EncodingError),
}