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:
parent
356ad0d46e
commit
b89d3ab04d
4 changed files with 36 additions and 0 deletions
|
|
@ -87,6 +87,8 @@ pub use text::TextCodec;
|
|||
#[doc(inline)]
|
||||
pub use rxml_util::Item;
|
||||
|
||||
pub use asxml::PrintRawXml;
|
||||
|
||||
#[doc = include_str!("from_xml_doc.md")]
|
||||
#[doc(inline)]
|
||||
#[cfg(feature = "macros")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue