xmpp-rs/jid/src
Emmanuel Gil Peyrot 9960cfd965 jid: Make Debug more readable on Jid
Jid("foo@bar/baz") instead of Jid { normalized: "foo@bar/baz", at:
Some(3), slash: Some(7) }, which I find much more readable.

Same for BareJid and FullJid.
2024-08-06 16:53:58 +02:00
..
error.rs jid: Make the crate no_std 2024-05-04 10:28:25 +00:00
lib.rs jid: Make Debug more readable on Jid 2024-08-06 16:53:58 +02:00
parts.rs jid: Make the crate no_std 2024-05-04 10:28:25 +00:00