xso: Add PrintRawXml helper struct with Display

Add a helper struct to be able to display Raw Xml, useful for debug
logs.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2024-11-12 10:55:36 +01:00
commit b89d3ab04d
4 changed files with 36 additions and 0 deletions

View file

@ -81,3 +81,6 @@ mod tests {
use crate::parsers;
}
}
// Re-export for debug purposes
pub use xso::asxml::PrintRawXml;