Module helpers

Module helpers 

Source
Expand description

Helper utilities for OTTL integrators.

This module provides functions that implement common behavior expected when integrating OTTL (for example, implementing crate::PathAccessor). Index resolution is the integrator’s responsibility; this helper is provided for convenience in tests and reference implementations.

Functions§

apply_indexes
Applies a sequence of index expressions to a value and returns the result.