Skip to main content

parse_catalog

Function parse_catalog 

Source
pub fn parse_catalog(
    options: ParseCatalogOptions<'_>,
) -> Result<ParsedCatalog, ApiError>
Expand description

Parses catalog content into the higher-level representation used by ferrocat’s catalog APIs.

§Errors

Returns ApiError when the catalog content cannot be parsed, the source locale is missing, or strict ICU projection fails.