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?
This commit is contained in:
Emmanuel Gil Peyrot 2025-02-25 01:06:30 +01:00 committed by Link Mauve
commit d203a348cb
7 changed files with 33 additions and 27 deletions

View file

@ -1,3 +1,7 @@
Version NEXT:
* Changes
* Almost make the whole crate `no_std`, only `std::io` is still remaining.
Version 0.16, released 2024-07-23:
* Breaking
* Element comparison returns unequal when number of nodes is unequal.