add license, prepare for release
This commit is contained in:
parent
4725e5f174
commit
19efcf3560
5 changed files with 884 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
//! Provides a type for Jabber IDs.
|
||||
//!
|
||||
//! For usage, check the documentation on the `Jid` struct.
|
||||
|
||||
use std::fmt;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue