| Filename | Latest commit message | Latest commit date |
|---|---|---|
This gives us all the goodies of `default`, `type_` and `codec` without having to duplicate lots of code (and I think the `match`-iness of the new macro code is still within limits). However, we still keep them as separate `#[xml(..)]` attributes, because their semantics are very different and it is sensible to make them stand out. skip-changelog, because `#[xml(lang)]` was introduced in this version. |
||
| .. | ||
| examples | ||
| src | ||
| Cargo.toml | ||
| ChangeLog | ||
| doap.xml | ||
| LICENSE | ||
| README.md | ||
xmpp-parsers
What’s this?
A crate which provides parsers and serialisers for most XMPP elements, to avoid having to deal with XML manually. It validates its inputs by default, and aims at providing useful errors when a particular XML element was invalid.
What license is it under?
MPL-2.0 or later, see the LICENSE file.