Skip to main content

Module runtime

Module runtime 

Source
Expand description

Runtime-options conversion helpers (previously shipper-config-runtime). Conversion layer from shipper_config model types to shared shipper_types.

This module isolates config/runtime mapping so that callers can reuse a single conversion surface instead of duplicating this logic.

Was previously the standalone crate shipper-config-runtime; absorbed into shipper-config::runtime (Phase 5 of the decrating effort).

Functionsยง

into_runtime_options
Convert a shipper_config::RuntimeOptions value into shipper_types::RuntimeOptions.