pub(crate) fn load_atlas_config_from_text(
path: &Path,
text: &str,
) -> Result<AtlasMapConfig, AtlasMapError>Expand description
Parse an already-bounded configuration input using normal path semantics.
pub(crate) fn load_atlas_config_from_text(
path: &Path,
text: &str,
) -> Result<AtlasMapConfig, AtlasMapError>Parse an already-bounded configuration input using normal path semantics.