A type-safe Rust XMPP library.
bcd42a26e3
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. |
||
---|---|---|
src | ||
.gitignore | ||
.gitlab-ci.yml | ||
.hgignore | ||
Cargo.toml | ||
ChangeLog | ||
LICENSE |