xso: Add std feature ; default-features compiles in no-std
This commit is contained in:
parent
6e3f31ef46
commit
1c1b960265
8 changed files with 71 additions and 29 deletions
|
|
@ -8,7 +8,12 @@
|
|||
|
||||
use core::marker::PhantomData;
|
||||
|
||||
use std::borrow::Cow;
|
||||
use alloc::{
|
||||
borrow::Cow,
|
||||
format,
|
||||
string::{String, ToString},
|
||||
vec::Vec,
|
||||
};
|
||||
|
||||
use crate::{error::Error, AsXmlText, FromXmlText};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue