A type-safe Rust XMPP library.
Find a file
Maxime “pep” Buquet 1c5551a917
minidom: Implement PartialEq manually for Node and Element
Move the NamespaceAwareCompare implementation from xmpp-parsers as Node
and Element's PartialEq implementation. Thanks Astro!

It's a lot more useful in tests to use `assert_eq!` than `assert!`, so
we get both items compared (left and right) instead of a "it failed."
message.

This "breaks" comparison for these two structs in the sense that it is
not strict object comparison anymore but it ensures that namespaces are
all present in the compared objects.

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-11-29 16:02:23 +01:00
jid-rs Rustfmt pass, and rustfmt --check in CI" 2019-10-23 01:36:02 +02:00
minidom-rs minidom: Implement PartialEq manually for Node and Element 2019-11-29 16:02:23 +01:00
tokio-xmpp minidom: Don't prepend xml prelude in writer. Add new API 2019-11-10 01:01:42 +01:00
xmpp-parsers minidom: Implement PartialEq manually for Node and Element 2019-11-29 16:02:23 +01:00
xmpp-rs xmpp-rs: Use to_hex conversion from struct directly 2019-10-23 15:03:30 +02:00
.gitignore Hello world! 2019-03-21 18:43:27 +01:00
.gitlab-ci.yml Check with nightly image; remove zsh-ism 2019-10-23 02:31:14 +02:00
Cargo.toml Create Cargo.toml workspace file. Add patch directives to override path 2019-10-19 17:57:43 +02:00