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:
parent
8e375aea66
commit
d203a348cb
7 changed files with 33 additions and 27 deletions
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
use crate::element::{Element, ElementBuilder, ItemWriter};
|
||||
use crate::error::Result;
|
||||
use alloc::string::String;
|
||||
|
||||
use rxml::writer::Item;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue