xso: relax the feature = "std" requirement for xso::dynxso

This commit is contained in:
Jonas Schäfer 2025-05-02 15:06:14 +02:00 committed by Link Mauve
commit bdae845b14
3 changed files with 208 additions and 85 deletions

View file

@ -31,7 +31,6 @@ extern crate std;
use std::io;
pub mod asxml;
#[cfg(feature = "std")]
pub mod dynxso;
pub mod error;
pub mod fromxml;