The intl_pluralrules crate is seeking review.
intl_pluralrules is a low level API which enables many higher level internationalization and localization APIs. You can read more about it in the introduction blog post.
Since the library will be used in many performance-critical places (first paint path for multilingual software) and we have full control over how we generate and store the plural rules, we'd like to focus on maximizing the performance and minimizing the memory footprint of the library.
For that we're seeking advice and review from members of the community experienced in the topic.