xmpp-rs/minidom/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Link Mauve a8c66bc783 minidom, tokio-xmpp: Use Option::as_deref()
This simplifies the Option::as_ref().map(|foo| &**foo) pattern a lot.

skip-changelog: Completely internal change.
2025-04-19 00:06:13 +02:00
..
convert.rs minidom: Make the whole crate almost no_std 2025-03-30 12:46:39 +02:00
element.rs minidom, tokio-xmpp: Use Option::as_deref() 2025-04-19 00:06:13 +02:00
error.rs minidom: Fix most issues reported by clippy 2025-03-27 11:19:56 +00:00
lib.rs minidom: Replace std stuff with alloc/core stuff 2024-12-19 20:47:07 +01:00
namespaces.rs minidom: Remove unused lifetimes 2025-02-12 18:08:05 +00:00
node.rs minidom: Make the whole crate almost no_std 2025-03-30 12:46:39 +02:00
prefixes.rs minidom: Make the whole crate almost no_std 2025-03-30 12:46:39 +02:00
tests.rs minidom: Make the whole crate almost no_std 2025-03-30 12:46:39 +02:00
tree_builder.rs minidom: Make the whole crate almost no_std 2025-03-30 12:46:39 +02:00