A type-safe Rust XMPP library.
Find a file
Emmanuel Gil Peyrot 487dbdc6de Replace Into<Element> with From<…> for Element.
This allows Element::from() to work, and since Into<Element> is
automatically implemented for any type implementing From there is no
change to existing code.
2017-07-20 20:36:13 +01:00
src Replace Into<Element> with From<…> for Element. 2017-07-20 20:36:13 +01:00
.hgignore Hello world! 2017-04-18 20:44:36 +01:00
Cargo.toml Use TryFrom from the try_from crate, instead of the unstable feature. 2017-07-20 20:03:15 +01:00
ChangeLog ChangeLog: Add 0.6.0 release notes. 2017-06-27 22:19:06 +01:00
LICENSE License the project under MPL-2.0. 2017-04-29 22:14:34 +01:00