parsers: add streamable parsing
This adds shims which provide FromXml and IntoXml implementations to *all* macro-generated types in `xmpp_parsers`. Mind that this does not cover all types in `xmpp_parsers`, but a good share of them. This is another first step toward real, fully streamed parsing.
This commit is contained in:
parent
14a1d66bf8
commit
cb3da52ba2
7 changed files with 131 additions and 0 deletions
|
|
@ -17,3 +17,4 @@ sasl = { path = "sasl" }
|
|||
tokio-xmpp = { path = "tokio-xmpp" }
|
||||
xmpp-parsers = { path = "parsers" }
|
||||
xmpp = { path = "xmpp" }
|
||||
xso = { path = "xso" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue