Function recommended_runtime_preset
pub fn recommended_runtime_preset(
recommendation: Option<&str>,
) -> Option<&'static RuntimePreset>Expand description
Resolve an optional provider recommendation against the canonical preset table.
Unknown or absent recommendations fall back to unbounded, then to the first
available preset so consumers never duplicate fallback policy.