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
|
|
@ -10,6 +10,7 @@ categories = ["encoding"]
|
|||
license = "MPL-2.0"
|
||||
|
||||
[dependencies]
|
||||
bytes = { version = "1" }
|
||||
rxml = { version = "0.12.0", default-features = false }
|
||||
minidom = { version = "0.16", path = "../minidom" }
|
||||
xso_proc = { version = "0.1", path = "../xso-proc", optional = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue