chore: publish clean community baseline
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
mod error;
|
||||
mod execute;
|
||||
mod infer;
|
||||
mod jsonpath;
|
||||
mod model;
|
||||
|
||||
pub use error::MappingError;
|
||||
pub use infer::infer_mapping_from_samples;
|
||||
pub use jsonpath::{JsonPath, JsonPathRoot, JsonPathSegment};
|
||||
pub use model::{
|
||||
MappingCondition, MappingRule, MappingSet, MappingTargetContext, Transform, TransformKind,
|
||||
};
|
||||
Reference in New Issue
Block a user