xmpp-rs/minidom/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Emmanuel Gil Peyrot 26dd6a2a29 minidom: Remove unused lifetimes
These can be elided just fine.

skip-changelog: This is purely internal change.
2025-02-12 18:08:05 +00:00
..
convert.rs minidom: Remove unused lifetimes 2025-02-12 18:08:05 +00:00
element.rs minidom: Remove unused lifetimes 2025-02-12 18:08:05 +00:00
error.rs minidom: Replace std::io calls with use std::io 2024-12-19 20:51:57 +01: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: Replace std::io calls with use std::io 2024-12-19 20:51:57 +01:00
prefixes.rs minidom: Replace std stuff with alloc/core stuff 2024-12-19 20:47:07 +01:00
tests.rs Update to rxml 0.12.0 2024-08-12 16:16:32 +02:00
tree_builder.rs Used Element::append_text instead of append_text_node in TreeBuilder::process_text to prevent weird splitting of text when there is no element in between. 2024-03-10 10:46:30 +00:00