Reexport common types like IntlLangMemoizer and LanguageIdentifier #256
Labels
crate:intl-memoizer
enhancement
good first issue
Want to help? Those are great bugs to start with!
help wanted
We need help making decisions or writing PRs for this.
It's slightly annoying to have to depend on third-party crates just to be able to interact with fluent-rs itself.
So far in my journey of exploring fluent, I have to depend on intl-memoizer to be able to spell out the
fluent::bundle::FluentBundle<fluent::FluentResource, intl_memoizer::concurrent::IntlLangMemoizer>
type. Though I was able to work around depending on unic_langid by creating a LanguageIdentifier via.parse()
insteadThe text was updated successfully, but these errors were encountered: