Emmanuel Gil Peyrot
|
d203a348cb
|
minidom: Make the whole crate almost no_std
Only std::io is still missing, maybe we should consider using a crate
implementing its API on top of no_std?
|
2025-03-30 12:46:39 +02:00 |
|
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 |
|
|
|
3ebc30c7ab
|
minidom: Replace std stuff with alloc/core stuff
|
2024-12-19 20:47:07 +01:00 |
|
Emmanuel Gil Peyrot
|
7ddf5e5c33
|
minidom: Replace IPv4 test with IPv6
This makes the tests pass again on nightly, and avoids using legacy IP
while we have glorious IPv6 support everywhere nowadays.
See also https://github.com/rust-lang/rust/issues/90199
|
2021-12-01 18:21:34 +01:00 |
|
Emmanuel Gil Peyrot
|
714d850e69
|
Remove the -rs suffix of jid, minidom and xmpp
We know those are Rust libraries, no need to add it to the path. This
synchronises their directory with the crate name, hopefully reducing
confusion.
|
2020-06-22 02:17:32 +02:00 |
|