jid 0.12.1

A crate which provides a Jid struct for Jabber IDs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
jid
===

What's this?
------------

A crate which provides a struct Jid for Jabber IDs. It's used in xmpp-rs but other XMPP libraries
can of course use this.

What license is it under?
-------------------------

MPL-2.0 or later, see the `LICENSE` file.

Notes
-----

This library does not yet implement RFC7622.