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::RuntimeOptionsvalue intoshipper_types::RuntimeOptions.