README.md
1xmpp-parsers
2============
3
4What’s this?
5------------
6
7A crate which provides parsers and serialisers for most XMPP elements, to avoid
8having to deal with XML manually. It validates its inputs by default, and aims
9at providing useful errors when a particular XML element was invalid.
10
11What license is it under?
12-------------------------
13
14MPL-2.0 or later, see the `LICENSE` file.