xso: add support for dynamically typed XSOs
This commit is contained in:
parent
59af49c691
commit
7f5542e8d4
3 changed files with 890 additions and 0 deletions
|
|
@ -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")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue