A type-safe Rust XMPP library.
Find a file
Emmanuel Gil Peyrot 5bf14b0b22 Drop dependency on try_from.
This bumps the minimum supported stable Rust version to 1.34.

The TryFrom and TryInto traits are still reexported to not break the
API, but these reexports are deprecated and will be removed in a future
release.
2019-04-12 11:06:03 +02:00
examples Drop dependency on try_from. 2019-04-12 11:06:03 +02:00
src Drop dependency on try_from. 2019-04-12 11:06:03 +02:00
.gitignore Link .hgignore to .gitignore. 2018-12-20 16:46:59 +01:00
.gitlab-ci.yml Merge branch 'compat' 2019-01-13 12:00:36 +01:00
.hgignore Hello world! 2017-04-18 20:44:36 +01:00
Cargo.toml Drop dependency on try_from. 2019-04-12 11:06:03 +02:00
ChangeLog ChangeLog: Mention XEP-0157 support, thanks pep.! 2019-03-20 19:17:21 +01:00
LICENSE License the project under MPL-2.0. 2017-04-29 22:14:34 +01:00