parsers: re-export the jid module entirely

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-10-26 14:03:21 +02:00
parent 2d11ada30f
commit 3a0336bed0
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Version xxx:
0000-00-00 Authors
* Improvements:
- Re-export the jid module entirely.
Version 0.20.0:
2023-08-17 Maxime “pep” Buquet <pep@bouah.net>, Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
* New parsers/serialisers:

View file

@ -24,7 +24,7 @@
#![warn(missing_docs)]
pub use crate::util::error::Error;
pub use jid::{BareJid, Error as JidParseError, FullJid, Jid};
pub use jid::{self, BareJid, Error as JidParseError, FullJid, Jid};
pub use minidom::Element;
/// XML namespace definitions used through XMPP.