diff options
Diffstat (limited to 'crates/shirabe-php-shim/src/lib.rs')
| -rw-r--r-- | crates/shirabe-php-shim/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/shirabe-php-shim/src/lib.rs b/crates/shirabe-php-shim/src/lib.rs index 0d7f8ef..10e89fe 100644 --- a/crates/shirabe-php-shim/src/lib.rs +++ b/crates/shirabe-php-shim/src/lib.rs @@ -22,6 +22,7 @@ mod stream; mod string; mod url; mod var; +mod xml; mod zip; pub use array::*; @@ -48,6 +49,7 @@ pub use stream::*; pub use string::*; pub use url::*; pub use var::*; +pub use xml::*; pub use zip::*; use indexmap::IndexMap; |
