add license, prepare for release

This commit is contained in:
lumi 2017-02-27 16:42:09 +01:00
commit 19efcf3560
5 changed files with 884 additions and 0 deletions

View file

@ -1,4 +1,6 @@
//! Provides a type for Jabber IDs.
//!
//! For usage, check the documentation on the `Jid` struct.
use std::fmt;