Skip to main content

load_schema_config

Function load_schema_config 

Source
pub fn load_schema_config(
    path: &Path,
) -> Result<(Vec<SchemaSignature>, Option<RoutingConfig>), SchemaError>
Expand description

Load both the user signatures and the optional routing section from a YAML file path.