Skip to main content

Module transform

Module transform 

Source
Expand description

Transformation utilities — Adapt trait, Pipeline, and FieldMapper.

This module provides dynamic structures and traits to map and remodel data.

Structs§

FieldMapper
Remaps field keys in a Value::Object based on explicit registry entries.
Pipeline
A sequential pipeline of dynamic ValueValue transformation steps.

Traits§

Adapt
Convert a value of type T into Self.