Skip to main content

resolve_with_layers

Function resolve_with_layers 

Source
pub fn resolve_with_layers(
    top_toml: &str,
    layers: &ConfigLayers<'_>,
    opts: &ResolveOptions,
) -> Result<Resolved, ResolveError>
Expand description

BP-9: resolve over the whole layer stack — see ConfigLayers for the precedence line and which layers are trusted.