pub async fn create_catalog<'annotation, PathT>(
annotation: CatalogAnnotation<'annotation>,
uri_path: &str,
directory: PathT,
configuration: &RenderConfiguration,
) -> Result<Vec<Variant<WithAnnotations>>, StatusCode>Expand description
Create catalog.