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