Skip to main content

parse_schema_config

Function parse_schema_config 

Source
pub fn parse_schema_config(
    yaml: &str,
) -> Result<(Vec<SchemaSignature>, Option<RoutingConfig>), SchemaError>
Expand description

Parse both the user signatures and the optional routing section from a YAML string.