xso-proc: start making derive macros for FromXml and IntoXml
For now, these macros only support empty elements. Everything else will be rejected with a compile-time error.
This commit is contained in:
parent
9ec9a0f0c6
commit
0adfd1218b
10 changed files with 662 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ members = [ # alphabetically sorted
|
|||
"tokio-xmpp",
|
||||
"xmpp",
|
||||
"xso",
|
||||
"xso-proc",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
|
|
@ -18,3 +19,4 @@ tokio-xmpp = { path = "tokio-xmpp" }
|
|||
xmpp-parsers = { path = "parsers" }
|
||||
xmpp = { path = "xmpp" }
|
||||
xso = { path = "xso" }
|
||||
xso_proc = { path = "xso-proc" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue