xso: add support for dynamically typed XSOs

This commit is contained in:
Jonas Schäfer 2025-05-02 13:15:16 +02:00 committed by Link Mauve
commit 7f5542e8d4
3 changed files with 890 additions and 0 deletions

View file

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