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

@ -10,6 +10,7 @@
use crate::element::{Element, ElementBuilder, ItemWriter};
use crate::error::Result;
use alloc::string::String;
use rxml::writer::Item;