ADDED: load_xml/3 to load XML files from streams, files and strings.

This commit is contained in:
Markus Triska
2020-06-21 08:35:08 +02:00
parent 4603163e88
commit 32eb896c56
5 changed files with 127 additions and 15 deletions

View File

@@ -45,3 +45,4 @@ openssl = { version = "0.10.29", features = ["vendored"] }
native-tls = "0.2.4"
chrono = "0.4.11"
select = "0.4.3"
roxmltree = "0.11.0"