mirror of
https://gitlab.com/xmpp-rs/xmpp-rs.git
synced 2024-07-12 22:21:53 +00:00
Merge branch 'master' into 'master'
Reexport ElementEmitter from the lib See merge request !6
This commit is contained in:
commit
5f462e9081
1 changed files with 1 additions and 1 deletions
|
@ -74,4 +74,4 @@ pub mod convert;
|
||||||
|
|
||||||
pub use error::Error;
|
pub use error::Error;
|
||||||
pub use element::{Element, Node, Children, ChildrenMut, ElementBuilder};
|
pub use element::{Element, Node, Children, ChildrenMut, ElementBuilder};
|
||||||
pub use convert::{IntoElements, IntoAttributeValue};
|
pub use convert::{IntoElements, IntoAttributeValue, ElementEmitter};
|
||||||
|
|
Loading…
Reference in a new issue