pub fn parse_catalog( options: ParseCatalogOptions<'_>, ) -> Result<ParsedCatalog, ApiError>
Parses catalog content into the higher-level representation used by ferrocat’s catalog APIs.
ferrocat
Returns ApiError when the catalog content cannot be parsed, the source locale is missing, or strict ICU projection fails.
ApiError