pub fn read_multi_configuration_str_with_features(
config_content: String,
file_path: Option<&str>,
active_features: &[&str],
) -> CuResult<MultiCopperConfig>Expand description
Read a multi-Copper configuration string using the supplied compile-time Cargo features.