A type-safe Rust XMPP library.
Find a file
Emmanuel Gil Peyrot bcd42a26e3 macros: Use a nicer syntax when declaring attributes.
The previous version had a => required|optional|default token, this was
duplicating information for Option types and didn’t look very good.

This new version looks like a type, which can be either Required<_>,
Option<_> or Default<_>, and means the same thing.
2019-02-24 20:26:42 +01:00
src macros: Use a nicer syntax when declaring attributes. 2019-02-24 20:26:42 +01:00
.gitignore
.gitlab-ci.yml Merge branch 'compat' 2019-01-13 12:00:36 +01:00
.hgignore
Cargo.toml Add rustdoc flag to sort modules by XEP number 2019-02-24 13:42:09 +01:00
ChangeLog ChangeLog: Add imminent 0.12.2 release. 2019-01-16 15:23:00 +01:00
LICENSE