Skip to content

Commit 38667be

Browse files
committed
feat: Implement generators for XML
1 parent cb06065 commit 38667be

File tree

2 files changed

+512
-0
lines changed

2 files changed

+512
-0
lines changed

rust/pact_models/src/generators/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ use crate::path_exp::{DocPath, PathToken};
3636
#[cfg(feature = "datetime")] mod date_expression_parser;
3737
#[cfg(feature = "datetime")] mod time_expression_parser;
3838
#[cfg(feature = "form_urlencoded")] pub mod form_urlencoded;
39+
#[cfg(feature = "xml")] pub mod xml;
3940

4041
/// Trait to represent matching logic to find a matching variant for the Array Contains generator
4142
pub trait VariantMatcher: Debug {

0 commit comments

Comments
 (0)