1
0
mirror of https://gitlab.com/xmpp-rs/xmpp-rs.git synced 2024-06-29 01:48:42 +02:00
xmpp.rs mirror
Go to 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 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 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 License the project under MPL-2.0. 2017-04-29 22:14:34 +01:00