We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb06065 commit 38667beCopy full SHA for 38667be
rust/pact_models/src/generators/mod.rs
@@ -36,6 +36,7 @@ use crate::path_exp::{DocPath, PathToken};
36
#[cfg(feature = "datetime")] mod date_expression_parser;
37
#[cfg(feature = "datetime")] mod time_expression_parser;
38
#[cfg(feature = "form_urlencoded")] pub mod form_urlencoded;
39
+#[cfg(feature = "xml")] pub mod xml;
40
41
/// Trait to represent matching logic to find a matching variant for the Array Contains generator
42
pub trait VariantMatcher: Debug {
0 commit comments