| Filename | Latest commit message | Latest commit date |
|---|---|---|
Features must never be duplicated, so we can use a BTreeSet instead of a Vec to be nicer for users. It makes the internal API for computing caps and ecaps2 a bit worse, because it was expecting a slice directly, so for now let’s collect the BTreeSet into a Vec when computing the thing. A refactor to use Iterator might make it better eventually, but I won’t work on that before profiling it. |
||
| .. | ||
| 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.