| Filename | Latest commit message | Latest commit date |
|---|---|---|
Previously there was a forgotten `.await` at this exact place because of the `let _`, which could have been `let _: type` to prevent this. The `handle_events` method here returns the unit type so I just removed it. skip-changelog: already in the changelog and not released yet Signed-off-by: pep <pep@bouah.net> |
||
| .. | ||
| examples | ||
| src | ||
| Cargo.toml | ||
| ChangeLog | ||
| LICENSE | ||
| README.md | ||
xmpp
What's this?
A very much WIP rust XMPP library with the goals of being type-safe and well-tested.
Contact
There is an XMPP MUC for the discussion of this library, feel free to join! :)
License
Mozilla Public License 2 (MPL2). See the LICENSE file.