foundry_config::utils

Function remappings_from_env_var

Source
pub fn remappings_from_env_var(
    env_var: &str,
) -> Option<Result<Vec<Remapping>, RemappingError>>
Expand description

Returns the remappings from the given var

Returns None if the env var is not set, otherwise all Remappings, See remappings_from_newline